From 8690a0289d5ea5c4fae0b666168e87e13f7403b5 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Sat, 1 Feb 2025 11:29:56 -0800 Subject: [PATCH] [tmux] Remove shift+arrow window nav This was conflicting with operations like manipulating dates in org-mode --- home/modules/tmux/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home/modules/tmux/default.nix b/home/modules/tmux/default.nix index 5ea3be1..5d0dda0 100644 --- a/home/modules/tmux/default.nix +++ b/home/modules/tmux/default.nix @@ -25,11 +25,6 @@ in programs.tmux.baseIndex = 1; programs.tmux.prefix = "`"; - programs.tmux.extraConfig = '' - bind -n S-Left previous-window - bind -n S-Right next-window - ''; - programs.tmux.plugins = with pkgs; [ tmuxPlugins.cpu tmuxPlugins.battery