aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index c3a5421..8a81091 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -130,8 +130,11 @@ unbind Right
setw -g monitor-activity off
set -g visual-activity off
-set -g pane-active-border-style fg='#669933'
+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}"
# message text
set -g message-style bg='#44475a',fg='#8be9fd'