This commit is contained in:
parent
ae75f05e4a
commit
c6105c1f56
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue