Update tmux config
This commit is contained in:
parent
657cf3a87b
commit
d102cbbfa7
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ set-window-option -g automatic-rename-format "#{pane_current_command}"
|
||||||
set-window-option -g allow-rename on
|
set-window-option -g allow-rename on
|
||||||
|
|
||||||
# window status
|
# window status
|
||||||
setw -g window-status-format "#[bg=colour243,fg=colour233] #I #(basename #{pane_current_path})→#W "
|
setw -g window-status-format "#[bg=colour243,fg=colour233] #I #(basename #{pane_current_path})>#W "
|
||||||
setw -g window-status-current-format "#[bg=colour248,fg=colour233,bold] #I #(basename #{pane_current_path})→#W "
|
setw -g window-status-current-format "#[bg=colour248,fg=colour233,bold] #I #(basename #{pane_current_path})>#W "
|
||||||
|
|
||||||
# The statusbar
|
# The statusbar
|
||||||
set -g status-interval 2
|
set -g status-interval 2
|
||||||
|
|
Loading…
Reference in a new issue