diff --git a/nix/homeModules/common/tmux/tmux.conf b/nix/homeModules/common/tmux/tmux.conf index 8bd47cff..2616435c 100644 --- a/nix/homeModules/common/tmux/tmux.conf +++ b/nix/homeModules/common/tmux/tmux.conf @@ -67,10 +67,6 @@ bind h select-window -t 1 bind t select-window -t 2 bind n select-window -t 3 bind s select-window -t 4 -bind -T copy-mode-vi C-h select-window -t 1 -bind -T copy-mode-vi C-t select-window -t 2 -bind -T copy-mode-vi C-n select-window -t 3 -bind -T copy-mode-vi C-s select-window -t 4 # easier to hit than L bind l switch-client -l