tmux/f2
This commit is contained in:
parent
3aab8538a2
commit
760c5b2b4d
1 changed files with 4 additions and 2 deletions
|
@ -309,6 +309,8 @@ bind-key -n F6 detach-client
|
||||||
# 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
|
||||||
|
# like byobu
|
||||||
|
bind-key -n F2 new-window
|
||||||
|
|
||||||
# select pane
|
# select pane
|
||||||
bind-key -n C-S-Down select-pane -D
|
bind-key -n C-S-Down select-pane -D
|
||||||
|
@ -374,8 +376,8 @@ bind-key S set-window-option synchronize-panes \
|
||||||
# │ copy-mode │ │ │ │ PPage │
|
# │ copy-mode │ │ │ │ PPage │
|
||||||
# │ detach-client │ F6 │ │ │ d │
|
# │ detach-client │ F6 │ │ │ d │
|
||||||
# │ kill-server │ │ k │ │ │
|
# │ kill-server │ │ k │ │ │
|
||||||
# │ new-session │ │ │ │ │
|
# │ new-session │ S-M-Down │ │ │ │
|
||||||
# │ new-window │ F2 │ │ │ c │
|
# │ new-window │ S-M-Right │ │ │ c │
|
||||||
# │ next-window │ M-Right │ │ │ n │
|
# │ next-window │ M-Right │ │ │ n │
|
||||||
# │ previous-window │ M-Left │ │ │ p │
|
# │ previous-window │ M-Left │ │ │ p │
|
||||||
# │ rename-session │ │ C-s │ │ │
|
# │ rename-session │ │ C-s │ │ │
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue