aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-02-28 10:02:29 +0000
committerThomas Adam <thomas@xteddy.org>2018-02-28 10:02:29 +0000
commit0ca9664ecf001bc7883ead43a1d426d1e9465564 (patch)
tree309ee8a8d95ec49b0113391ebe2d32dbede11433 /key-bindings.c
parentf5a37d00718e95e255abf25650891c6dff5d9585 (diff)
parent508e2f0b3aaf2db9b692863738e7ca75765fc70c (diff)
downloadrtmux-0ca9664ecf001bc7883ead43a1d426d1e9465564.tar.gz
rtmux-0ca9664ecf001bc7883ead43a1d426d1e9465564.tar.bz2
rtmux-0ca9664ecf001bc7883ead43a1d426d1e9465564.zip
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/key-bindings.c b/key-bindings.c
index a13c7977..83670d2d 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -183,9 +183,9 @@ key_bindings_init(void)
"bind 9 select-window -t:=9",
"bind : command-prompt",
"bind \\; last-pane",
- "bind = choose-buffer",
+ "bind = choose-buffer -Z",
"bind ? list-keys",
- "bind D choose-client",
+ "bind D choose-client -Z",
"bind E select-layout -E",
"bind L switch-client -l",
"bind M select-pane -M",
@@ -202,9 +202,9 @@ key_bindings_init(void)
"bind p previous-window",
"bind q display-panes",
"bind r refresh-client",
- "bind s choose-tree -s",
+ "bind s choose-tree -Zs",
"bind t clock-mode",
- "bind w choose-tree -w",
+ "bind w choose-tree -Zw",
"bind x confirm-before -p\"kill-pane #P? (y/n)\" kill-pane",
"bind z resize-pane -Z",
"bind { swap-pane -U",