Format correctly
This commit is contained in:
parent
9aa08fa85b
commit
6981464031
1 changed files with 3 additions and 1 deletions
|
@ -6,8 +6,10 @@ set -sg escape-time 0
|
|||
set -g default-terminal "screen-256color"
|
||||
|
||||
# disable automatic window renaming
|
||||
set-window-option -g status-interval 1
|
||||
set-window-option -g automatic-rename on
|
||||
#set-window-option -g allow-rename off
|
||||
set-window-option -g automatic-rename-format "#{pane_current_command}"
|
||||
set-window-option -g allow-rename off
|
||||
|
||||
# window status
|
||||
setw -g window-status-format "#[bg=colour241,fg=colour233] #I #(basename #{pane_current_path})/#W "
|
||||
|
|
Loading…
Reference in a new issue