diff options
author | self <george@gabbott.dev> | 2022-12-18 20:11:41 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-12-18 20:11:41 +0000 |
commit | 0ad47e25832df38cf1465c0450907eca93a9d880 (patch) | |
tree | 37d17df4319fc3ab28d920e8aa065bafc5fa1adb /zsh/.zshrc | |
parent | a0bb72f966e54680feef868fe13eaf66e9b38715 (diff) |
aliased vim to nvim
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ abbrev-alias x="clear; ls" abbrev-alias t="ls --tree" # vim / nvim +alias vim="nvim" abbrev-alias v="vim" abbrev-alias n="nvim" |