tmux: Use minimalist layout

This commit is contained in:
Donovan Glover 2022-02-26 14:30:14 -05:00
parent ad8fc32c5a
commit 9eec02e3a6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -73,3 +73,14 @@ set -g renumber-windows on
# Add support for neovim cursor changing (insert mode, etc.)
set -g -a terminal-overrides ',xterm*:Tc,*:Ss=\E[%p1%d q:Se=\E[2 q'
# Use a transparent status bar color
set -g status-bg black
set -g status-fg white
# Only show active windows at the bottom
set -g status-right ""
set -g status-left ""
# Center the window list
set -g status-justify centre