From 9d23b67d7ac51df6264e05c85acf356599bc940b Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Thu, 4 Jul 2024 20:55:32 +0300 Subject: [PATCH] [tmux] fix startup error "no window found" --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 17e88c4..df29f6f 100755 --- a/tmux.conf +++ b/tmux.conf @@ -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