From 29c115c981464c65fa727a3f4dc60638a1b8db8d Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 8 Mar 2023 21:01:56 -0800 Subject: [PATCH] add top border to tmux panes --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 2ce546b..344125b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -30,6 +30,8 @@ bind-key -T copy-mode-vi 'L' send -X end-of-line # colors set -g pane-active-border-style fg=brightred +set -g pane-border-status top +set -g pane-border-format ' #{pane_current_command} ' # statusline (shamelessly stolen from powerline) BG_COLOR='#262626'