Change tab naming

This commit is contained in:
whitney 2024-09-10 22:04:43 -07:00
parent 034c051d6d
commit 0aa2c85ea9

View File

@ -10,6 +10,8 @@ set -g set-titles-string '#W - tmux'
set-option -g base-index 1
set-option -g window-status-style "bg=#1b1f32,fg=#9094a7"
set-option -g window-status-current-style "bg=#1b1f32,fg=#67c9e4,bold"
set -g automatic-rename on
set -g automatic-rename-format "#{pane_current_command}"
# Pane
set -g pane-base-index 1