diff options
| author | miguel <m.i@gmx.at> | 2021-06-16 13:47:52 +0200 |
|---|---|---|
| committer | miguel <m.i@gmx.at> | 2021-06-16 13:47:52 +0200 |
| commit | f35cf709321a42cffdcb17bce70f54fefa5dcccb (patch) | |
| tree | 7dda3b4c6e16afd4b91f8bc847d647670df4cdbf /tmux | |
| parent | bd5f4b2bfe28c4a03e84162bfdff2394bd21f016 (diff) | |
change pane format
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6c78a01..5f92593 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -21,7 +21,7 @@ set-option -g window-status-separator " " set-option -g window-status-format "#[fg=#556677]#[default] #I #W #[fg=#556677]#[reverse]" set-option -g window-status-current-format "#[fg=#556677]#[default] #I #W #[fg=#556677]#[reverse]" -set-option -g pane-border-format "#P #T" +set-option -g pane-border-format "[ #P ]" set-option -g pane-active-border-style fg='#ffffff' set-option -g pane-border-style fg='#556677' |
