Update zsh comments

This commit is contained in:
rydesun 2022-05-20 15:41:05 +08:00
parent c75568133f
commit b969d761f5

View file

@ -269,10 +269,14 @@ alias ll='ls -Al'
# 命令缩写
alias x='xdg-open'
# 需要搭配我的neovim配置
# https://github.com/rydesun/neovim-config/blob/master/init.vim#L5
alias v="nvim -R --cmd 'let paging=v:true'" \
&& compdef v=nvim # 使用neovim作为pager
alias V="nvim -R --cmd 'let paging=v:true | let ansi=v:true'" \
&& compdef V=nvim # 使用neovim作为pager支持ANSI code
if (($_ENV_NVIM)); then
alias e='nvr --remote-tab'
else