tmux/5
This commit is contained in:
parent
a3289780bd
commit
e94efa4f3b
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,10 @@ set-option -g status-format[3] '\
|
|||
#[fg=blue]#{window_width}×#{window_height}\
|
||||
'
|
||||
|
||||
# line 5
|
||||
set-option -g status-format[4] '\
|
||||
'
|
||||
|
||||
# refresh period
|
||||
set-option -g status-interval 1
|
||||
|
||||
|
@ -158,6 +162,7 @@ bind-key -n C-F1 set-option -g status on
|
|||
bind-key -n C-F2 set-option -g status 2
|
||||
bind-key -n C-F3 set-option -g status 3
|
||||
bind-key -n C-F4 set-option -g status 4
|
||||
bind-key -n C-F5 set-option -g status 5
|
||||
|
||||
# switch session
|
||||
bind-key -n M-Down switch-client -n
|
||||
|
|
Loading…
Reference in a new issue