Use Ctrl-Shift brackets for tmux windows
This commit is contained in:
parent
b59b0335c8
commit
edc02d1bb5
@ -16,8 +16,8 @@ set -g default-terminal "tmux-256color"
|
|||||||
set -s set-clipboard on
|
set -s set-clipboard on
|
||||||
set -s extended-keys always
|
set -s extended-keys always
|
||||||
set -s extended-keys-format csi-u
|
set -s extended-keys-format csi-u
|
||||||
bind-key -n C-S-[ send-keys -l "\e[91;6u"
|
bind-key -n C-S-[ previous-window
|
||||||
bind-key -n C-S-] send-keys -l "\e[93;6u"
|
bind-key -n C-S-] 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