tmux: Remove unused bindings

The default keybindings should be preferred so it's easier to use tmux
on other machines.
This commit is contained in:
Donovan Glover 2024-08-11 14:35:11 -04:00
parent 69917c5f99
commit 57aa315b21
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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
'';
};
}