From c003bf810ab68fc66e7ee36334401a7173c2cd6b Mon Sep 17 00:00:00 2001 From: iiogama Date: Thu, 4 Jan 2024 20:36:17 -0800 Subject: [PATCH] Reverted tmux and sxhkd terminal creation back to using the Return key --- home-manager/all.nix | 8 ++++---- home-manager/dots/sxhkd/sxhkdrc | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home-manager/all.nix b/home-manager/all.nix index 1e850b5..43ce2ce 100644 --- a/home-manager/all.nix +++ b/home-manager/all.nix @@ -107,11 +107,11 @@ unbind v bind v split-window -h -c "#{pane_current_path}" unbind '"' - unbind b - bind b split-window -v -c "#{pane_current_path}" - unbind c - bind c new-window + bind c split-window -v -c "#{pane_current_path}" + + unbind Enter + bind Enter new-window unbind Tab bind Tab last-window diff --git a/home-manager/dots/sxhkd/sxhkdrc b/home-manager/dots/sxhkd/sxhkdrc index fb62eee..1431cd6 100644 --- a/home-manager/dots/sxhkd/sxhkdrc +++ b/home-manager/dots/sxhkd/sxhkdrc @@ -3,11 +3,11 @@ # program launchers # terminal emulator -super + c +super + Return st # terminal emulator with tmux session menu -super + shift + c +super + shift + Return st -e "iitmux" # program launcher