dotfiles/.config/fish/functions/vi.fish

5 lines
52 B
Fish
Executable File

# Defined in - @ line 1
function vi
nvim $argv
end