tmux/windows
This commit is contained in:
parent
b39f04ac2f
commit
8b69b41d17
1 changed files with 5 additions and 3 deletions
|
@ -47,9 +47,11 @@ bind -n F6 detach-client
|
|||
#bind-key -n C-S-Left swap-window -t -1
|
||||
#bind-key -n C-S-Right swap-window -t +1
|
||||
|
||||
#bind -n F2 new-window
|
||||
#bind -n M-Left previous-window
|
||||
#bind -n M-Right next-window
|
||||
# create new window with F2
|
||||
bind -n F2 new-window
|
||||
# previous or next window with Alt & ← | →
|
||||
bind -n M-Left previous-window
|
||||
bind -n M-Right next-window
|
||||
|
||||
#bind -n S-Down select-pane -D
|
||||
#bind -n S-Left select-pane -L
|
||||
|
|
Loading…
Reference in a new issue