tmux/3,4
This commit is contained in:
parent
8d6d3356a5
commit
a93940fa31
1 changed files with 5 additions and 1 deletions
|
@ -76,7 +76,7 @@ set-option -g pane-border-style bg=black,fg=gray
|
|||
# ╰────────┴────────╯
|
||||
|
||||
# status lines
|
||||
set-option -g status 4
|
||||
set-option -g status 3
|
||||
|
||||
# background color
|
||||
set-option -g status-bg black
|
||||
|
@ -153,6 +153,10 @@ bind-key -n C-S-Left select-pane -L
|
|||
bind-key -n C-S-Right select-pane -R
|
||||
bind-key -n C-S-Up select-pane -U
|
||||
|
||||
# status lines
|
||||
bind-key -n C-Down set-option -g status 3
|
||||
bind-key -n C-Up set-option -g status 4
|
||||
|
||||
# switch session
|
||||
bind-key -n M-Down switch-client -n
|
||||
bind-key -n M-Up switch-client -p
|
||||
|
|
Loading…
Reference in a new issue