aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-02-16 20:58:11 +0000
committerterminaldweller <thabogre@gmail.com>2022-02-16 20:58:11 +0000
commit50803a3d5723349ae52fa9e1ffd0ef7a58c794f8 (patch)
tree7a0a77375468e47321c0043f545f633aee344e6f /.tmux.conf
parentudev, mailcap and kmonad service (diff)
downloadscripts-50803a3d5723349ae52fa9e1ffd0ef7a58c794f8.tar.gz
scripts-50803a3d5723349ae52fa9e1ffd0ef7a58c794f8.zip
bbox config for linux and freebsd
Diffstat (limited to '')
-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'