summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf11
1 files changed, 11 insertions, 0 deletions
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