From a71942a69e1772fb664240569da791225010bb1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Jun 2022 21:44:37 +0200 Subject: [PATCH] tmux: Add line above status line --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3b93147..5a1915c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -38,6 +38,9 @@ set-window-option -g pane-base-index 1 set -g status-position bottom set -g status-justify left +setw -g pane-border-status bottom +setw -g pane-border-format '' + setw -g pane-border-lines double setw -g pane-border-style "fg=#555555" setw -g pane-active-border-style "fg=#e5b567"