tmux/windows
This commit is contained in:
parent
e93eea8906
commit
ccbb794b7b
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ set-option -g status-left '#[fg=yellow]#{session_name} '
|
|||
set-option -g status-position top
|
||||
set-option -g status-right ' #[fg=yellow]%Y-%m-%d %H:%M:%S'
|
||||
|
||||
set-option -g window-status-current-format '#{windows_index} #{window_name}'
|
||||
set-option -g window-status-format '#{windows_index} #{window_name}'
|
||||
|
||||
# windows separator
|
||||
set-option -g window-status-separator ' '
|
||||
|
||||
|
|
Loading…
Reference in a new issue