mirror of
https://github.com/DictXiong/dotfiles.git
synced 2026-08-26 00:46:52 +08:00
feat(tmux): press ESC to exit copy mode
This commit is contained in:
parent
b170d06d9a
commit
74bffde6cf
@ -36,6 +36,8 @@ bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-selection -x
|
|||||||
## F12: passthru
|
## F12: passthru
|
||||||
bind -T root F12 set prefix None \; set key-table off \; set status-bg red \; refresh-client -S
|
bind -T root F12 set prefix None \; set key-table off \; set status-bg red \; refresh-client -S
|
||||||
bind -T off F12 set -u prefix \; set -u key-table \; set -u status-bg \; refresh-client -S
|
bind -T off F12 set -u prefix \; set -u key-table \; set -u status-bg \; refresh-client -S
|
||||||
|
## ESC: exit copy mode
|
||||||
|
bind -T copy-mode-vi Escape send-keys -X cancel
|
||||||
|
|
||||||
# styles
|
# styles
|
||||||
# status bar
|
# status bar
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user