Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 469 Bytes

ZSH quickjump plugin

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