1
0
forked from extern/nix-config

tmux: Standardize layout

This admittedly makes our tmux slightly boring in comparison to those
that customize it, but having a consistent layout makes it easier to
work with tmux across different environments.
This commit is contained in:
Donovan Glover 2021-05-14 17:29:38 -04:00
parent 102dd8a0c2
commit dd0b64cac4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -68,13 +68,6 @@ set -g status-interval 60
# Increase the maximum length of the left part of the status line
set -g status-left-length 30
# Set the text for the left and right of the status line
set -g status-left ''
set -g status-right ''
# Center the window list
set -g status-justify centre
# Re-number windows once one has been closed
set -g renumber-windows on