Add -Z to find-window as well.

This commit is contained in:
nicm
2018-08-20 15:00:42 +00:00
parent 9f2db6a0af
commit 665f046950
3 changed files with 8 additions and 4 deletions

View File

@ -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",