mirror of
1
0
Fork 0

modify .tmux.conf to not modifying window name

This commit is contained in:
Haneol Kim 2020-12-10 12:12:10 +09:00
parent 4a648d6c3f
commit 99a1e27cf2
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ bind r source-file ~/.tmux.conf \; display '~/.tmux.conf sourced'
set -g base-index 1 # start windows numbering at 1
setw -g pane-base-index 1 # make pane numbering consistent with windows
setw -g automatic-rename on # rename window to reflect current program
setw -g automatic-rename off # rename window to reflect current program
set-option -g allow-rename off
set -g renumber-windows on # renumber windows when a window is closed
set -g set-titles on # set terminal title