theniceboy/fish/functions/vim.fish
2019-08-22 19:30:32 +08:00

4 lines
86 B
Fish
Executable file

# Defined in - @ line 1
function vim --description 'alias vim nvim'
nvim $argv;
end