From 6d691fd94e2e0b14ddf22e616bdd9cf54749d02e Mon Sep 17 00:00:00 2001 From: Thomas Naderer Date: Sat, 21 Feb 2026 22:24:46 +0100 Subject: [PATCH] tmux: make prefix+b toggle both statusline and pane info --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 400c807..4a39e8d 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -220,7 +220,7 @@ set -g window-active-style "bg=default" source-file ~/.config/tmux/themes/gruvbox.tmux # Toggle top status bar on/off (Prefix + b) -bind b if -F "#{==:#{status},on}" "set -g status off" "set -g status on" +bind b if -F "#{==:#{status},on}" "set -g status off ; set -g pane-border-status off" "set -g status on ; set -g pane-border-status top" # Theme switcher (Prefix + Shift+1/2/3 => !/@/#) bind ! source-file ~/.config/tmux/themes/gruvbox.tmux