mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
cancel out of copy-mode after Shift+End
This commit is contained in:
parent
394b28d0ba
commit
5648ee5c92
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue