diff --git a/sh/tmux.sh b/sh/tmux.sh index 10eef27..fad2023 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -86,6 +86,8 @@ rwx_tmux_help() { │ copy-mode │ │ │ │ PPage │ │ detach-client │ F6 │ │ │ d │ │ kill-server │ │ k │ │ │ +│ kill-session │ S-M-Up │ │ │ │ +│ kill-window │ S-M-Left │ │ │ │ │ new-session │ S-M-Down │ │ │ │ │ new-window │ S-M-Right │ │ │ c │ │ next-window │ M-Right │ │ │ n │ @@ -407,6 +409,10 @@ set-option -g status-position bottom # detach client bind-key -n F6 detach-client +# kill +bind-key -n S-M-Up kill-session +bind-key -n S-M-Left kill-window + # new bind-key -n S-M-Down new-session bind-key -n S-M-Right new-window