Fix typo in tmux config
This commit is contained in:
parent
e02365854c
commit
cc3b8229e5
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ set -g status-attr dim
|
|||
set -g status-left '#[fg=colour245] #(whoami)@#H > #S '
|
||||
set -g status-right '#[fg=colour233,bg=colour241,bold] %m/%d #[fg=colour233,bg=colour245,bold] %I:%M '
|
||||
set -g status-right-length 50
|
||||
set -g status-left-length k0
|
||||
set -g status-left-length 30
|
||||
set -g clock-mode-style 12
|
||||
|
||||
# Use Alt-vim keys without prefix key to switch panes
|
||||
|
|
Loading…
Reference in a new issue