From 0abdd3425a3b46d4f196e48c930ba439414db30f Mon Sep 17 00:00:00 2001 From: Alexis Hovorka Date: Fri, 9 Apr 2021 10:31:47 -0600 Subject: [fix] Make first tmux window title blank too --- base/tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/tmux.conf b/base/tmux.conf index d06148e..ece6689 100644 --- a/base/tmux.conf +++ b/base/tmux.conf @@ -32,6 +32,8 @@ set -g window-status-activity-style "fg=colour20" set -g window-status-bell-style "fg=colour20" #█ ^Vue0b0 +set -g automatic-rename on +set -g automatic-rename-format "" set -g message-style "fg=white,bg=colour19" set -g pane-border-style "fg=colour18,bg=colour18" set -g pane-active-border-style "fg=colour19,bg=colour19" @@ -82,7 +84,6 @@ bind % command-prompt -p index "select-window -t ':%%'" bind '"' splitw -hc "#{pane_current_path}" bind "'" splitw -c "#{pane_current_path}" bind Tab last # most recent window -bind-key c new-window -n "" bind -r "<" swapw -d -t -1 bind -r ">" swapw -d -t +1 -- cgit v1.2.3-54-g00ecf