Skip to content

fikovnik/zsh-quickjump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages