switches to tmuxinator instead of cobbled together script
This commit is contained in:
parent
80d3dd69af
commit
6a7193ab14
16 changed files with 135 additions and 17 deletions
|
|
@ -39,11 +39,13 @@
|
|||
set -g status-style bg=#1d202f,fg=white
|
||||
set -g status-left ""
|
||||
set -g status-right "#[bg=default,fg=magenta]>> #S << #[bg=default,fg=white]#H "
|
||||
set -g window-status-current-style bg=default,fg=magenta,bold
|
||||
set-window-option -g window-status-format "[#I] #W#F "
|
||||
set-window-option -g window-status-current-format "[#I] #W#F "
|
||||
set-window-option -g window-status-style 'fg=magenta,bg=black'
|
||||
set-window-option -g window-status-format ' #I #[fg=white]#W #[fg=cyan]#F '
|
||||
set-window-option -g window-status-current-style "fg=black,bg=magenta"
|
||||
set-window-option -g window-status-current-format " #I #W #F "
|
||||
set -g pane-border-style fg=#807c9f
|
||||
set -g pane-active-border-style fg=magenta
|
||||
set -g message-style "fg=black,bg=red,bold"
|
||||
|
||||
unbind %
|
||||
bind "|" split-window -h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue