From c6105c1f56e17ec4d0c6846b0fcaad6e136fad57 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 26 Jul 2025 00:17:12 +0200 Subject: [PATCH] kill/session,window --- sh/tmux.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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