feat(desktop): add vi mode to zsh and date to tmux

This commit is contained in:
Lucas Barbieri 2024-07-19 10:16:26 -03:00
parent 6a818a2f7e
commit 0824ccbdc7
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"