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:
parent
102dd8a0c2
commit
dd0b64cac4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user