From 50803a3d5723349ae52fa9e1ffd0ef7a58c794f8 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 17 Feb 2022 00:28:11 +0330 Subject: bbox config for linux and freebsd --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 8a81091..ca11005 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -134,7 +134,7 @@ set -g pane-active-border-style fg='#669933',bold set -g pane-border-style fg='#0099ff' set -g pane-border-status top set -g pane-border-lines heavy -set -g pane-border-format "#{pane_index} #{pane_current_command}" +set -g pane-border-format "#{pane_index}:#{pane_current_command}" # message text set -g message-style bg='#44475a',fg='#8be9fd' -- cgit v1.2.3