diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-04-29 09:02:25 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-04-29 09:02:25 +0100 |
commit | 2aa517c805e7f3728b43ace6841913ed5b98c0b8 (patch) | |
tree | 9d178a281fb6b05b892c8a98c65dfb9e487555e2 /key-bindings.c | |
parent | 3ab229da706bc8cffadfa500708937c1e3e84145 (diff) | |
parent | ec81bd2399d2b038d03f85177bf0c33c3e530737 (diff) | |
download | rtmux-2aa517c805e7f3728b43ace6841913ed5b98c0b8.tar.gz rtmux-2aa517c805e7f3728b43ace6841913ed5b98c0b8.tar.bz2 rtmux-2aa517c805e7f3728b43ace6841913ed5b98c0b8.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c index fbc54fb8..5af8f3ed 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -335,7 +335,9 @@ key_bindings_init(void) "bind -Tcopy-mode M-> send -X history-bottom", "bind -Tcopy-mode M-R send -X top-line", "bind -Tcopy-mode M-b send -X previous-word", + "bind -Tcopy-mode C-M-b send -X previous-matching-bracket", "bind -Tcopy-mode M-f send -X next-word-end", + "bind -Tcopy-mode C-M-f send -X next-matching-bracket", "bind -Tcopy-mode M-m send -X back-to-indentation", "bind -Tcopy-mode M-r send -X middle-line", "bind -Tcopy-mode M-v send -X page-up", @@ -408,6 +410,7 @@ key_bindings_init(void) "bind -Tcopy-mode-vi w send -X next-word", "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 MouseDown1Pane select-pane", "bind -Tcopy-mode-vi MouseDrag1Pane select-pane\\; send -X begin-selection", "bind -Tcopy-mode-vi MouseDragEnd1Pane send -X copy-selection-and-cancel", |