diff options
author | 2018-08-20 15:00:42 +0000 | |
---|---|---|
committer | 2018-08-20 15:00:42 +0000 | |
commit | f456e8d3b9348dec259a9e4ac100eb8aa1369a1a (patch) | |
tree | 34c1bd82f1f5d4a43ae46b23dbb56535d66e8eb0 /usr.bin/tmux/key-bindings.c | |
parent | Make fnew() return a new file with only one reference. This makes (diff) | |
download | wireguard-openbsd-f456e8d3b9348dec259a9e4ac100eb8aa1369a1a.tar.xz wireguard-openbsd-f456e8d3b9348dec259a9e4ac100eb8aa1369a1a.zip |
Add -Z to find-window as well.
Diffstat (limited to 'usr.bin/tmux/key-bindings.c')
-rw-r--r-- | usr.bin/tmux/key-bindings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/key-bindings.c b/usr.bin/tmux/key-bindings.c index 67c4e6b01f7..fe7c818dac5 100644 --- a/usr.bin/tmux/key-bindings.c +++ b/usr.bin/tmux/key-bindings.c @@ -1,4 +1,4 @@ -/* $OpenBSD: key-bindings.c,v 1.86 2018/08/02 11:44:07 nicm Exp $ */ +/* $OpenBSD: key-bindings.c,v 1.87 2018/08/20 15:00:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -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", |