tmux/kill-server

This commit is contained in:
Marc Beninca 2025-06-29 10:11:44 +02:00
parent f4d3d61cd7
commit 77bcdd5aac
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -221,12 +221,15 @@ bind-key C-w command-prompt { rename-window '%%' }
bind-key h split-window -h
bind-key v split-window -v
# toggle mouse
bind-key t set-option -g mouse \\; display-message 'mouse = #{mouse}'
# kill server
bind-key k kill-server
# reload configuration
bind-key r source-file ${file} \\; display-message 'source-file ${file}'
# toggle mouse
bind-key t set-option -g mouse \\; display-message 'mouse = #{mouse}'
# swap window
bind-key M-Left swap-window -t -1
bind-key M-Right swap-window -t +1
@ -239,6 +242,7 @@ bind-key M-Right swap-window -t +1
# │ command-prompt │ │ │ │ : │
# │ copy-mode │ │ │ │ PPage │
# │ detach-client │ F6 │ │ │ d │
# │ kill-server │ │ k │ │ │
# │ new-session │ │ │ │ │
# │ new-window │ F2 │ │ │ c │
# │ next-window │ M-Right │ │ │ n │