diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-11-26 16:01:25 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-11-26 16:01:25 +0000 |
commit | d0655f321f5a9f3c478db4b8b513886b7889de33 (patch) | |
tree | e3d4a2f4b01a5f395b3056a197a673159e440dd6 | |
parent | c16faa4fedd510ccd10ddceb0ea76cd1e1a792a3 (diff) | |
parent | fef8ee23c05eb8023931a35584acdfa0c756208c (diff) | |
download | rtmux-d0655f321f5a9f3c478db4b8b513886b7889de33.tar.gz rtmux-d0655f321f5a9f3c478db4b8b513886b7889de33.tar.bz2 rtmux-d0655f321f5a9f3c478db4b8b513886b7889de33.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 a2534b44..175af8f4 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -402,6 +402,8 @@ key_bindings_init(void) "bind -Tcopy-mode C-Up send -X scroll-up", "bind -Tcopy-mode C-Down send -X scroll-down", + "bind -Tcopy-mode-vi '#' send -FX search-backward '#{copy_cursor_word}'", + "bind -Tcopy-mode-vi * send -FX search-forward '#{copy_cursor_word}'", "bind -Tcopy-mode-vi C-c send -X cancel", "bind -Tcopy-mode-vi C-d send -X halfpage-down", "bind -Tcopy-mode-vi C-e send -X scroll-down", |