From 8fc1bf47198f063f4382d89d9e482dbecfa567bf Mon Sep 17 00:00:00 2001 From: eKa Date: Fri, 20 Sep 2019 04:32:01 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'tmux/tmux.conf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a300975..b760a9e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -113,10 +113,10 @@ bind D if -F '#{session_many_attached}' \ 'display "Session has only 1 client attached"' # Hide status bar on demand -bind b if -F '#{s/off//:status}' 'set status off' 'set status on' +bind b if -F '#{s/off//:status}' 'set status off' 'set -u status' # Switch status bar position -bind a if -F '#{s/bottom//:status-position}' 'set -u status-position' 'set status-position bottom' +bind a if -F '#{s/bottom//:status-position}' 'set status-position bottom' 'set -u status-position' # Switch mouse on/off bind n if -F '#{s/off//:mouse}' \