aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-10-27 00:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2015-10-27 00:01:09 +0000
commit9c69a79f9ae14e3530ec50fcff32d57f0dd63aaf (patch)
treee9f9adce4a30b6048840528d7db94e9261809696 /key-bindings.c
parent54a3ed751e111833ca7f34563676d92f407709ce (diff)
parent640c6fdd5fd859cffecf461647440a437d25f879 (diff)
downloadrtmux-9c69a79f9ae14e3530ec50fcff32d57f0dd63aaf.tar.gz
rtmux-9c69a79f9ae14e3530ec50fcff32d57f0dd63aaf.tar.bz2
rtmux-9c69a79f9ae14e3530ec50fcff32d57f0dd63aaf.zip
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c
index cc1a1c6e..2d739e84 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -223,6 +223,8 @@ key_bindings_init(void)
"bind -n MouseDown1Pane select-pane -t=\\; send-keys -M",
"bind -n MouseDrag1Border resize-pane -M",
"bind -n MouseDown1Status select-window -t=",
+ "bind -n WheelDownStatus next-window",
+ "bind -n WheelUpStatus previous-window",
"bind -n MouseDrag1Pane if -Ft= '#{mouse_any_flag}' 'if -Ft= \"#{pane_in_mode}\" \"copy-mode -M\" \"send-keys -M\"' 'copy-mode -M'",
"bind -n MouseDown3Pane select-pane -mt=",
"bind -n WheelUpPane if-shell -Ft= '#{mouse_any_flag}' 'send-keys -M' 'if -Ft= \"#{pane_in_mode}\" \"send-keys -M\" \"copy-mode -e\"'",