added 'vv' as an alias for the editor
This commit is contained in:
parent
c9445081a1
commit
e0981d059a
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -47,6 +47,8 @@
|
|||
# use nvim rather than vim if the command exists
|
||||
[ -x "$(command -v nvim)" ] && alias vim="nvim" vimdiff="nvim -d"
|
||||
|
||||
alias vv="$EDITOR"
|
||||
|
||||
# I do this too much by accident smh my head
|
||||
alias :q='exit' \
|
||||
q='exit' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue