diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-08-20 17:02:39 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-08-20 17:02:39 +0100 |
commit | 098967a085c303543ac41543a4d33e7590341678 (patch) | |
tree | 0d44d8bba6c2af6a1e2d9850a17bc504811597ff /key-bindings.c | |
parent | 641191ab2047d1437d46dc0ae787346b74fddca5 (diff) | |
parent | 665f04695063a3e83773b7b4d1d50ce4f9fab970 (diff) | |
download | rtmux-098967a085c303543ac41543a4d33e7590341678.tar.gz rtmux-098967a085c303543ac41543a4d33e7590341678.tar.bz2 rtmux-098967a085c303543ac41543a4d33e7590341678.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r-- | key-bindings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c index 41afd99c..c717f5ae 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -228,7 +228,7 @@ key_bindings_init(void) "bind ] paste-buffer", "bind c new-window", "bind d detach-client", - "bind f command-prompt \"find-window -- '%%'\"", + "bind f command-prompt \"find-window -Z -- '%%'\"", "bind i display-message", "bind l last-window", "bind m select-pane -m", |