Alias v for NVim

This commit is contained in:
Yax 2023-05-11 08:53:28 +02:00
parent c808a6bf4b
commit b9f0aac2a1

View file

@ -21,6 +21,7 @@ end
fish_add_path "$HOME/.local/bin"
fish_add_path "{{ .extra_user_path }}"
abbr -a vi nvim
abbr -a v nvim
abbr -a s subl .
abbr -a cdd "cd {{ .deploydir }}"
set -x cdd {{ .deploydir }}