darwin/fish/functions/vim.fish (view raw)
1 2 3 4
# Defined in - @ line 1 function vim --wraps=nvim --description 'alias vim=nvim' nvim $argv; end