From 665f04695063a3e83773b7b4d1d50ce4f9fab970 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 20 Aug 2018 15:00:42 +0000 Subject: Add -Z to find-window as well. --- key-bindings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'key-bindings.c') 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", -- cgit