tmux/lineshift
This commit is contained in:
parent
cca3019283
commit
b85142783b
1 changed files with 4 additions and 4 deletions
|
@ -154,10 +154,10 @@ bind-key -n C-S-Right select-pane -R
|
||||||
bind-key -n C-S-Up select-pane -U
|
bind-key -n C-S-Up select-pane -U
|
||||||
|
|
||||||
# status lines
|
# status lines
|
||||||
bind-key -n C-Left set-option -g status on
|
bind-key -n M-S-Left set-option -g status on
|
||||||
bind-key -n C-Down set-option -g status 2
|
bind-key -n M-S-Down set-option -g status 2
|
||||||
bind-key -n C-Right set-option -g status 3
|
bind-key -n M-S-Right set-option -g status 3
|
||||||
bind-key -n C-Up set-option -g status 4
|
bind-key -n M-S-Up set-option -g status 4
|
||||||
|
|
||||||
# switch session
|
# switch session
|
||||||
bind-key -n M-Down switch-client -n
|
bind-key -n M-Down switch-client -n
|
||||||
|
|
Loading…
Reference in a new issue