Add tmux option tab bindings
This commit is contained in:
parent
b12882aa80
commit
771d30c136
@ -18,6 +18,8 @@ set -s extended-keys always
|
|||||||
set -s extended-keys-format csi-u
|
set -s extended-keys-format csi-u
|
||||||
bind-key -n C-S-[ previous-window
|
bind-key -n C-S-[ previous-window
|
||||||
bind-key -n C-S-] next-window
|
bind-key -n C-S-] next-window
|
||||||
|
bind-key -n "M-{" previous-window
|
||||||
|
bind-key -n "M-}" next-window
|
||||||
set -as terminal-features ",xterm-kitty:RGB"
|
set -as terminal-features ",xterm-kitty:RGB"
|
||||||
set -as terminal-features ",xterm-kitty:clipboard"
|
set -as terminal-features ",xterm-kitty:clipboard"
|
||||||
set -as terminal-features ",xterm-kitty:extkeys"
|
set -as terminal-features ",xterm-kitty:extkeys"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user