tmux/bind
This commit is contained in:
parent
08aed79ee6
commit
2eb9e5388f
1 changed files with 4 additions and 4 deletions
|
@ -66,8 +66,8 @@ set-window-option -g window-status-style bg=black,fg=gray
|
|||
bind -n F6 detach-client
|
||||
|
||||
# swap window with next or previous
|
||||
bind-key M-Left swap-window -t -1
|
||||
bind-key M-Right swap-window -t +1
|
||||
bind M-Left swap-window -t -1
|
||||
bind M-Right swap-window -t +1
|
||||
|
||||
# create new window with F2
|
||||
bind -n F2 new-window
|
||||
|
@ -82,8 +82,8 @@ bind -n C-S-Right select-pane -R
|
|||
bind -n C-S-Up select-pane -U
|
||||
|
||||
# horizontal split with H
|
||||
bind-key h split-window -h
|
||||
bind h split-window -h
|
||||
# vertical split with V
|
||||
bind-key v split-window -v
|
||||
bind v split-window -v
|
||||
"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue