mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00:00
vi(1) Home/End bindings, from Markus F X J Oberhumer.
This commit is contained in:
parent
273577ba0a
commit
e139f977b1
@ -616,6 +616,8 @@ key_bindings_init(void)
|
||||
"bind -Tcopy-mode-vi '{' { send -X previous-paragraph }",
|
||||
"bind -Tcopy-mode-vi '}' { send -X next-paragraph }",
|
||||
"bind -Tcopy-mode-vi % { send -X next-matching-bracket }",
|
||||
"bind -Tcopy-mode-vi Home { send -X start-of-line }",
|
||||
"bind -Tcopy-mode-vi End { send -X end-of-line }",
|
||||
"bind -Tcopy-mode-vi MouseDown1Pane { select-pane }",
|
||||
"bind -Tcopy-mode-vi MouseDrag1Pane { select-pane; send -X begin-selection }",
|
||||
"bind -Tcopy-mode-vi MouseDragEnd1Pane { send -X copy-pipe-and-cancel }",
|
||||
|
Loading…
Reference in New Issue
Block a user