add top border to tmux panes

main
Alpha Chen 2 years ago
parent d52f8818f4
commit 29c115c981
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -30,6 +30,8 @@ bind-key -T copy-mode-vi 'L' send -X end-of-line
# colors # colors
set -g pane-active-border-style fg=brightred set -g pane-active-border-style fg=brightred
set -g pane-border-status top
set -g pane-border-format ' #{pane_current_command} '
# statusline (shamelessly stolen from powerline) # statusline (shamelessly stolen from powerline)
BG_COLOR='#262626' BG_COLOR='#262626'

Loading…
Cancel
Save