From 19d2b60de0fc30e3c6bb1a1a9abc5ccf1a0b18e7 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 16 Jan 2025 12:48:41 +0300 Subject: [PATCH] Tmux: Remove status bar padding. --- home/file/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/file/tmux/tmux.conf b/home/file/tmux/tmux.conf index 2a2c447..592b375 100644 --- a/home/file/tmux/tmux.conf +++ b/home/file/tmux/tmux.conf @@ -60,8 +60,8 @@ bind-key -n M-f set-option -g status; set -g status-left-length 50 set -g status-position top set -g status-justify absolute-centre -set -g status-left "#[bold] #S #[default]" -set -g status-right "#[bold] #H " +set -g status-left "#[bold]#S #[default]" +set -g status-right "#[bold] #H" # set -g status-interval 2 set-window-option -g window-status-separator "" setw -g window-status-current-format " #W "