MainDots/Config/fish/functions/vv.fish

5 lines
78 B
Fish
Executable File

function vv --wraps=vim --description 'alias vv=vim'
vim $argv
end