mirror of
https://github.com/tmux/tmux.git
synced 2025-04-10 11:08:49 +00:00
Add Home and End for copy mode.
This commit is contained in:
parent
36882ec789
commit
94b71bcb64
@ -260,6 +260,8 @@ key_bindings_init(void)
|
||||
"bind -Tcopy-mode n send -X search-again",
|
||||
"bind -Tcopy-mode q send -X cancel",
|
||||
"bind -Tcopy-mode t command-prompt -1p'jump to forward' 'send -X jump-to-forward \"%%%\"'",
|
||||
"bind -Tcopy-mode Home send -X start-of-line",
|
||||
"bind -Tcopy-mode End send -X end-of-line",
|
||||
"bind -Tcopy-mode MouseDown1Pane select-pane",
|
||||
"bind -Tcopy-mode MouseDrag1Pane select-pane\\; send -X begin-selection",
|
||||
"bind -Tcopy-mode MouseDragEnd1Pane send -X copy-selection-and-cancel",
|
||||
|
Loading…
Reference in New Issue
Block a user