From 5e5f4a433473a7c525cf08508f7f44c6c9c606c7 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Mon, 8 Aug 2022 14:59:36 +0300 Subject: [PATCH] tmux disable window rename options --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index b74f377..e1ee5f3 100755 --- a/tmux.conf +++ b/tmux.conf @@ -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