diff --git a/nvim/init.vim b/nvim/init.vim index 3e2cad0..f3816fb 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -108,7 +108,7 @@ let g:startify_custom_header = [ \ 'k Move line up', \ 'j Move line down', \ 'v Expand Selection', - \ 'S-v Un-expand Selection', + \ 'S-v Shrink Selection', \ '', \ ] let g:startify_change_to_dir = 0 diff --git a/zsh/.zshrc b/zsh/.zshrc index f6938a1..6c25ac4 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -8,7 +8,7 @@ COMPLETION_WAITING_DOTS="true" [[ -s ~/.autojump/etc/profile.d/autojump.sh ]] && source ~/.autojump/etc/profile.d/autojump.sh autoload -U compinit && compinit -u -plugins=(git zsh-autosuggestions autojump) +plugins=(git zsh-autosuggestions autojump fancy-ctrl-z) source $ZSH/oh-my-zsh.sh