1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-20 10:53:23 -07:00

cancel out of copy-mode after Shift+End

This commit is contained in:
Connor Olding 2019-06-05 19:11:48 -07:00
parent 394b28d0ba
commit 5648ee5c92

View File

@ -37,7 +37,7 @@ bind -n S-Home copy-mode \; send-keys -X history-top
bind -T copy-mode-vi S-PgUp send-keys -X halfpage-up
bind -T copy-mode-vi S-PgDn send-keys -X halfpage-down
bind -T copy-mode-vi S-Home send-keys -X history-top
bind -T copy-mode-vi S-End send-keys -X history-bottom
bind -T copy-mode-vi S-End send-keys -X history-bottom \; send-keys -X cancel
# Ctrl+PgUp/PgDn to navigate windows (like web browsers)
bind -n C-PgUp previous-window