tmux disable window rename options

This commit is contained in:
2022-08-08 14:59:36 +03:00
parent 362a118150
commit 5e5f4a4334

View File

@@ -2,6 +2,8 @@
set -g mouse on
set -g set-clipboard external
set-option -g status-position top
set-window-option -g allow-rename off
set allow-rename off
# remap prefix from 'C-b' to 'C-x', 0x18 hex code for iterm2
unbind C-b