tmux/kill-server
This commit is contained in:
parent
f4d3d61cd7
commit
77bcdd5aac
1 changed files with 6 additions and 2 deletions
|
@ -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 │
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue