dotfiles/fish/.config/fish/functions/vfv.fish

4 lines
86 B
Fish

function vfv --wraps='v (fzf)' --description 'alias vf=v (fzf)'
v (fzf) $argv
end