aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-06-04 12:59:41 +0100
committerThomas Adam <thomas@xteddy.org>2015-06-04 12:59:41 +0100
commit02e348c069b9f49b44344281276b81fe537b3c8b (patch)
tree889ef55ab3da4ba5e3a8fe6aa7c3cb5708cdd724 /key-bindings.c
parent1de74e27e535b3e294c265974973a7743c8374a0 (diff)
parenta863834574ec02b87ff0e7245ef31f0d4543ab34 (diff)
downloadrtmux-02e348c069b9f49b44344281276b81fe537b3c8b.tar.gz
rtmux-02e348c069b9f49b44344281276b81fe537b3c8b.tar.bz2
rtmux-02e348c069b9f49b44344281276b81fe537b3c8b.zip
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c
index a3cb0bea..ab4751f9 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -177,6 +177,7 @@ key_bindings_init(void)
"bind ? list-keys",
"bind D choose-client",
"bind L switch-client -l",
+ "bind M select-pane -M",
"bind [ copy-mode",
"bind ] paste-buffer",
"bind c new-window",
@@ -184,6 +185,7 @@ key_bindings_init(void)
"bind f command-prompt \"find-window '%%'\"",
"bind i display-message",
"bind l last-window",
+ "bind m select-pane -m",
"bind n next-window",
"bind o select-pane -t:.+",
"bind p previous-window",
@@ -222,6 +224,7 @@ key_bindings_init(void)
"bind -n MouseDrag1Border resize-pane -M",
"bind -n MouseDown1Status select-window -t=",
"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=",
};
u_int i;
struct cmd_list *cmdlist;