kill/session,window
All checks were successful
/ job (push) Successful in 2m58s

This commit is contained in:
Marc Beninca 2025-07-26 00:17:12 +02:00
parent ae75f05e4a
commit c6105c1f56
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -86,6 +86,8 @@ rwx_tmux_help() {
│ copy-mode │ │ │ │ PPage │ │ copy-mode │ │ │ │ PPage │
│ detach-client │ F6 │ │ │ d │ │ detach-client │ F6 │ │ │ d │
│ kill-server │ │ k │ │ │ │ kill-server │ │ k │ │ │
│ kill-session │ S-M-Up │ │ │ │
│ kill-window │ S-M-Left │ │ │ │
│ new-session │ S-M-Down │ │ │ │ │ new-session │ S-M-Down │ │ │ │
│ new-window │ S-M-Right │ │ │ c │ │ new-window │ S-M-Right │ │ │ c │
│ next-window │ M-Right │ │ │ n │ │ next-window │ M-Right │ │ │ n │
@ -407,6 +409,10 @@ set-option -g status-position bottom
# detach client # detach client
bind-key -n F6 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 # new
bind-key -n S-M-Down new-session bind-key -n S-M-Down new-session
bind-key -n S-M-Right new-window bind-key -n S-M-Right new-window