From 57aa315b21680ff8553423d7e3f2f04af1fe4c71 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 11 Aug 2024 14:35:11 -0400 Subject: [PATCH] tmux: Remove unused bindings The default keybindings should be preferred so it's easier to use tmux on other machines. --- home/tmux.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/tmux.nix b/home/tmux.nix index 3f7b9d22..16b5fe4a 100644 --- a/home/tmux.nix +++ b/home/tmux.nix @@ -15,10 +15,6 @@ set -g status-bg black set -g status-fg white set -g default-terminal "tmux-256color" - - bind -n S-Left previous-window - bind -n S-Right next-window - bind -n S-Up set status ''; }; }