Change keybindings for window cycling

Changed `Alt-Shift-l' to `Ctrl-Shift-l' and `Alt-Shift-H' to
`Shift-Alt-h'.
This commit is contained in:
c47 2024-03-10 20:16:32 +01:00
parent 48804bb225
commit 53e3be71b1
Signed by: c47
SSH key fingerprint: SHA256:FIo5G1VJnESaIB/8N5lcc2IDuZ02Sl2Qyye15i4w7jQ

View file

@ -6,8 +6,8 @@ set -s escape-time 1
set -g default-terminal "tmux"
set -g status-interval 120
bind -n M-H previous-window
bind -n M-L next-window
bind -n C-M-h previous-window
bind -n C-M-l next-window
setw -g mode-keys vi