mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-20 16:20:43 +02:00
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
|
# Increase the maximum length of the left part of the status line
|
||||||
set -g status-left-length 30
|
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
|
# Re-number windows once one has been closed
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user