From 12040f32f7d693d1736310d21b1ceb16ad757519 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 20 Oct 2025 21:37:34 +0100 Subject: Set pane format & display options --- tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tmux.conf b/tmux.conf index b856820..9e798d6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -12,3 +12,14 @@ set -g status-left-length 30 set -g status-right "#{user}@#H | %F | %R " set -g status-right-length 150 set -g status-interval 5 + +# Pane +set -g pane-border-status top +set -g pane-border-lines single +set -g pane-border-format " [ ###P #{pane_current_command} ]" + +set -g base-index 1 +set -g pane-base-index 1 + +set -g display-panes-time 2000 +set -g display-time 2000 -- cgit