feat(desktop): add vi mode to zsh and date to tmux
This commit is contained in:
parent
6a818a2f7e
commit
0824ccbdc7
@ -19,7 +19,7 @@ umask 002
|
|||||||
|
|
||||||
# Uncomment the following line if pasting URLs and other text is messed up.
|
# Uncomment the following line if pasting URLs and other text is messed up.
|
||||||
# DISABLE_MAGIC_FUNCTIONS="true"
|
# DISABLE_MAGIC_FUNCTIONS="true"
|
||||||
plugins=(git fast-syntax-highlighting zsh-autosuggestions autojump)
|
plugins=(git fast-syntax-highlighting zsh-autosuggestions autojump zsh-vi-mode)
|
||||||
|
|
||||||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#344146"
|
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#344146"
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ set-option -g status-justify left
|
|||||||
|
|
||||||
# Right side of status bar
|
# Right side of status bar
|
||||||
set-option -g status-right-length 200
|
set-option -g status-right-length 200
|
||||||
set -g status-right "#{playerctl_short} | #(whoami)@#h "
|
set -g status-right "#{playerctl_short} | #(whoami)@#h | #(date +%H:%M) "
|
||||||
set -g @short_length "50"
|
set -g @short_length "50"
|
||||||
|
|
||||||
# set -g @short_length "30"
|
# set -g @short_length "30"
|
||||||
|
Loading…
Reference in New Issue
Block a user