Added Neovim
This commit is contained in:
7
home/private_dot_config/fish/conf.d/aliases.fish
Normal file
7
home/private_dot_config/fish/conf.d/aliases.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
abbr --add --position command l ls -lAh
|
||||
|
||||
{{- if .features.editor }}
|
||||
# Alias `vi` and `vim` to Neovim
|
||||
abbr --add --position command vim nvim
|
||||
abbr --add --position command vi nvim
|
||||
{{- end }}
|
Reference in New Issue
Block a user