14 lines
960 B
Bash
14 lines
960 B
Bash
# set -g status-utf9 on
|
|
# set -ag window-status-current-format "#[fg=black,bg=white,nobold,noitalics,nounderscore]"
|
|
# set -ag window-status-current-format "#[fg=black,bg=white]#P #{pane-border-status} #{pane-current-command}"
|
|
# set -ag window-status-current-format "#[fg=black,bg=white,nobold,noitalics,nounderscore]"
|
|
# set -ag window-status-current-format "#[fg=black,bg=white]#{pane_current_command}"
|
|
# set -ag window-status-current-format "#[fg=white,bg=black,nobold,noitalics,nounderscore]"
|
|
# set -ag window-status-current-format "#[fg=red,bg=black] #{pane_current_path}"
|
|
# set -ag window-status-current-format ' '
|
|
|
|
#set -g status-right-length 240
|
|
#set -g status-left-length 140
|
|
#set -g status-right "#{pane_current_path} "
|
|
#set -ag status-right '#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] Continuum: #{@continuum-restore} #[fg=white,bg=brightblack,nobold,noitalics,nounderscore] '
|