From 6e404e5b969d97e8edfda5b74973eb7cf945d6be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 22 Jul 2025 10:08:23 +0200 Subject: [PATCH] tmux: remove redundant window jumping binds --- nix/homeModules/common/tmux/tmux.conf | 4 ---- 1 file changed, 4 deletions(-) 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