Alias v for NVim
This commit is contained in:
parent
c808a6bf4b
commit
b9f0aac2a1
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ end
|
||||||
fish_add_path "$HOME/.local/bin"
|
fish_add_path "$HOME/.local/bin"
|
||||||
fish_add_path "{{ .extra_user_path }}"
|
fish_add_path "{{ .extra_user_path }}"
|
||||||
abbr -a vi nvim
|
abbr -a vi nvim
|
||||||
|
abbr -a v nvim
|
||||||
abbr -a s subl .
|
abbr -a s subl .
|
||||||
abbr -a cdd "cd {{ .deploydir }}"
|
abbr -a cdd "cd {{ .deploydir }}"
|
||||||
set -x cdd {{ .deploydir }}
|
set -x cdd {{ .deploydir }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue