AmellaHyprDots/fish/functions/vv.fish

5 lines
91 B
Fish

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