diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-05-14 20:16:02 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2024-05-14 20:16:02 +0530 |
commit | d0d1ffb9c4b7025b7564f606686d628159cad0e1 (patch) | |
tree | bd21adfabb4a31fccd95c90d34694db13f3a6465 /.tmux.conf | |
parent | 76f7abad6be5db0d8d2d3a3db280fe2c5e3b7d96 (diff) |
tmux.conf: don't rename windows automatically
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -71,3 +71,6 @@ set -g status-style fg='#ffffff' # toggles status bar bind-key -r S set-option -g status + +# don't rename windows automatically +set-option -g allow-rename off |