5 lines
86 B
Fish
5 lines
86 B
Fish
# Defined in - @ line 1
|
|
function vim --description 'alias vim nvim'
|
|
nvim $argv;
|
|
end
|