dotfiles/fish/.config/fish/functions/vf.fish

4 lines
85 B
Fish

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