Switch work to alacritty.
This commit is contained in:
parent
be552dcdf9
commit
970fa0f04c
2 changed files with 2 additions and 52 deletions
|
@ -18,6 +18,7 @@ bind : command-prompt
|
|||
bind " " next-window
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
bind _ split-window -v
|
||||
|
||||
# status line
|
||||
set -g status "on"
|
||||
|
@ -26,7 +27,7 @@ set -g status-style "bg=default"
|
|||
set -g message-style "fg=default,bg=default"
|
||||
set -g message-command-style "fg=default,bg=default"
|
||||
set -g status-left ""
|
||||
set -g status-right "#[fg=color4] #h "
|
||||
set -g status-right "#{?client_prefix,#[reverse]#[fg=color2] prefix #[noreverse],}#[fg=color4] #h "
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-format "#[fg=color242,bg=default] #W "
|
||||
setw -g window-status-current-format "#[fg=color15,bg=color12] #W "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue