diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-08-11 12:01:10 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-08-11 12:01:10 +0100 |
commit | 9b08e5139baf7cd61d096c128b6a794f6a634102 (patch) | |
tree | 4e452c207bf8e6b466313b246a9813e1c1402bde | |
parent | 9abf5d9fe5c8818a9e8a8154035f9fb667eac2b0 (diff) | |
parent | e139f977b150d526b3403d7996fdc6690dea0932 (diff) | |
download | rtmux-9b08e5139baf7cd61d096c128b6a794f6a634102.tar.gz rtmux-9b08e5139baf7cd61d096c128b6a794f6a634102.tar.bz2 rtmux-9b08e5139baf7cd61d096c128b6a794f6a634102.zip |
Merge branch 'obsd-master'
-rw-r--r-- | key-bindings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c index bcc6004d..6ce9c14c 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -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 }", |