X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.tmux.conf;h=9b7e9d0ca8ad2dd3c546fdc8007951b7a9c4f145;hp=2ac48a85204537e90350bcd7cff820564fc90842;hb=28e96db99fd1589e60ac1e7a71f4cfaff4d44147;hpb=ee6e2b484a677cfab7c0a2635a41e0ca25b7e750 diff --git a/.tmux.conf b/.tmux.conf index 2ac48a8..9b7e9d0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -204,6 +204,9 @@ setw -g window-status-activity-fg white ################################################################################ # Don't update the title bar. set -g set-titles off +set -g allow-rename off +# Allow pane renames if no name was explicitly set. +set -g automatic-rename on # Status line black on white. set -g status-attr none set -g status-bg white @@ -218,5 +221,3 @@ set -g status-right '#[fg=white,bg=colour8][#H:#S]' # Window flags. setw -g window-status-current-format '[#I.#P#F #W]' setw -g window-status-format ' #I.#P#F #W ' -# Don't set window name. XXX: Issue with PROMPT_COMMAND. -#setw -g automatic-rename off