aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 8a81091..ca11005 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -134,7 +134,7 @@ 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}"
+set -g pane-border-format "#{pane_index}:#{pane_current_command}"
# message text
set -g message-style bg='#44475a',fg='#8be9fd'