summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authornicm <nicm>2019-12-02 19:25:52 +0000
committernicm <nicm>2019-12-02 19:25:52 +0000
commitec1b8e5f05fa26b3ef9d0cd6cb810446b66bc0ac (patch)
tree753acb0968286a9b3f67ae80841839e9b442bd9d /key-bindings.c
parent67d995d1003ef215b292f772a8e5394eb50569c4 (diff)
Remove client menu, I don't think it adds anything.
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 175af8f4..d4fada6a 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -24,12 +24,6 @@
#include "tmux.h"
-#define DEFAULT_CLIENT_MENU \
- " 'Detach' 'd' {detach-client}" \
- " 'Detach & Kill' 'X' {detach-client -P}" \
- " 'Detach Others' 'o' {detach-client -a}" \
- " ''" \
- " 'Lock' 'l' {lock-client}"
#define DEFAULT_SESSION_MENU \
" 'Next' 'n' {switch-client -n}" \
" 'Previous' 'p' {switch-client -p}" \
@@ -325,7 +319,6 @@ key_bindings_init(void)
"bind -n MouseDrag1Pane if -Ft= '#{mouse_any_flag}' 'if -Ft= \"#{pane_in_mode}\" \"copy-mode -M\" \"send-keys -M\"' 'copy-mode -M'",
"bind -n WheelUpPane if -Ft= '#{mouse_any_flag}' 'send-keys -M' 'if -Ft= \"#{pane_in_mode}\" \"send-keys -M\" \"copy-mode -et=\"'",
- "bind -n MouseDown3StatusRight display-menu -t= -xM -yS -T \"#[align=centre]#{client_name}\" " DEFAULT_CLIENT_MENU,
"bind -n MouseDown3StatusLeft display-menu -t= -xM -yS -T \"#[align=centre]#{session_name}\" " DEFAULT_SESSION_MENU,
"bind -n MouseDown3Status display-menu -t= -xW -yS -T \"#[align=centre]#{window_index}:#{window_name}\" " DEFAULT_WINDOW_MENU,
"bind < display-menu -xW -yS -T \"#[align=centre]#{window_index}:#{window_name}\" " DEFAULT_WINDOW_MENU,