[tmux] fix startup error "no window found"

This commit is contained in:
2024-07-04 20:55:32 +03:00
parent e0c8deda25
commit 9d23b67d7a

View File

@@ -4,7 +4,7 @@ set -g set-clipboard external
set -g escape-time 10 # https://www.johnhawthorn.com/2012/09/vi-escape-delays/
set-option -g status-position top
set-window-option -g allow-rename off
set allow-rename off
set -g allow-rename off
# remap prefix from 'C-b' to 'C-x', 0x18 hex code for iterm2
unbind C-b