Add tmux prefix highlight; remove tmux autostart
This commit is contained in:
parent
b1b034f6e0
commit
7c438bb829
2 changed files with 9 additions and 2 deletions
|
@ -62,8 +62,15 @@ bind-key C-x kill-window
|
|||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-pain-control'
|
||||
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'Morantron/tmux-fingers'
|
||||
|
||||
# custom right bar uses powerline/default/blue as base, adds bind-key indicator (prefix_highlight)
|
||||
# to use it go to your theme and disable the right status bar (by commenting it out)
|
||||
set -g status-right "#{prefix_highlight} #[fg=colour235,bg=colour233]#[fg=colour240,bg=colour235] %H:%M:%S #[fg=colour240,bg=colour235]#[fg=colour233,bg=colour240] %d-%b-%y #[fg=colour245,bg=colour240]#[fg=colour232,bg=colour245,bold] #H "
|
||||
|
||||
set -g @plugin 'jimeh/tmux-themepack'
|
||||
set -g @themepack 'powerline/default/blue'
|
||||
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -4,7 +4,7 @@ setopt correct
|
|||
# turn off the infernal correctall for filenames
|
||||
unsetopt correctall
|
||||
|
||||
ZSH_TMUX_AUTOSTART=true
|
||||
#ZSH_TMUX_AUTOSTART=true
|
||||
|
||||
POWERLEVEL9K_MODE='nerdfont-complete'
|
||||
#POWERLEVEL9K_SHORTEN_DIR_LENGTH=1
|
||||
|
|
Loading…
Reference in a new issue