/zsh-quickjump

A zsh plugin adding tab completion to quickly navigate to recent files and directories

Primary LanguageShellMIT LicenseMIT

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