diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-12-02 20:01:24 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-12-02 20:01:24 +0000 |
commit | edf96b06a5aede19e796ace18b4915d973e96e55 (patch) | |
tree | b9c1da0869d2c8a2a39ba598791c2a75c2039233 | |
parent | 2173365f4f5713a65845f3e993d3092da956746d (diff) | |
parent | ec1b8e5f05fa26b3ef9d0cd6cb810446b66bc0ac (diff) | |
download | rtmux-edf96b06a5aede19e796ace18b4915d973e96e55.tar.gz rtmux-edf96b06a5aede19e796ace18b4915d973e96e55.tar.bz2 rtmux-edf96b06a5aede19e796ace18b4915d973e96e55.zip |
Merge branch 'obsd-master'
-rw-r--r-- | key-bindings.c | 7 |
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, |