1
1
Fork 0
configs/fish/functions/vi.fish
Jonathan Schleifer 15d24373ac fish: Convert abbreviations to aliases
It's annoying to see fish expand the abbreviation while you type.
2020-06-15 20:58:48 +00:00

3 lines
50 B
Fish

function vi --wraps=vim
command vim $argv
end