diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-05-30 10:01:12 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-05-30 10:01:12 +0100 |
commit | cea83c0e1f3e2c16ec31a502ae7abae89cfb27c9 (patch) | |
tree | d8ecf1eca7c20c9566afb454bcd025414fa20402 | |
parent | 0d073907b59b93532f202275a95bd5064341fa01 (diff) | |
parent | bd39fcbeea1930a2b36e98a622d864e2e27e5d14 (diff) | |
download | rtmux-cea83c0e1f3e2c16ec31a502ae7abae89cfb27c9.tar.gz rtmux-cea83c0e1f3e2c16ec31a502ae7abae89cfb27c9.tar.bz2 rtmux-cea83c0e1f3e2c16ec31a502ae7abae89cfb27c9.zip |
Merge branch 'obsd-master'
-rw-r--r-- | key-bindings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/key-bindings.c b/key-bindings.c index 8f56cbee..11afe0a7 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -244,8 +244,8 @@ key_bindings_init(void) "bind -Tcopy-mode C-k send -X copy-end-of-line", "bind -Tcopy-mode C-n send -X cursor-down", "bind -Tcopy-mode C-p send -X cursor-up", - "bind -Tcopy-mode C-r command-prompt -ip'search up' 'send -X search-backward-incremental \"%%%\"'", - "bind -Tcopy-mode C-s command-prompt -ip'search down' 'send -X search-forward-incremental \"%%%\"'", + "bind -Tcopy-mode C-r command-prompt -ip'search up' -I'#{pane_search_string}' 'send -X search-backward-incremental \"%%%\"'", + "bind -Tcopy-mode C-s command-prompt -ip'search down' -I'#{pane_search_string}' 'send -X search-forward-incremental \"%%%\"'", "bind -Tcopy-mode C-v send -X page-down", "bind -Tcopy-mode C-w send -X copy-selection-and-cancel", "bind -Tcopy-mode Escape send -X cancel", |