Adds tab completion support for fzf for recent files and directories using fasd. The following three commands are supported:
j - jump to a recent directory (fasd -Rdl)
f - edit a recent file (fasd -Rfl)
v - visit a recent file (fasd -Rfl)
The j
command is covered by fasd. For f
and v
add the following aliases:
alias f=$EDITOR
alias v=xdg-open