index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
jump
Age
Commit message (
Expand
)
Author
2018-09-01
jump: fix printf path output (#7105)
Ross Lafferty
2016-10-07
Add non 0 exit code for missing jump targets (#5500)
diego
2015-06-11
Fixed jump pluging to display the right mark name on 'mark . '
Octavian Neamtu
2015-02-10
Clean up appearance lib file and redundant `colors` calls in other files
Marc Cornellà
2014-11-06
Change all pwd calls for $PWD variable
Marc Cornellà
2014-06-28
Plugin jump: autocompletion for numbers and dots
Jannik Zschiesche
2013-09-18
jump plugin: fix autocompletion with single mark
Thomas Hipp
2013-09-06
Fix aliasing pwd
Jeroen Janssens
2013-09-06
Mark function asks for confirmation and uses basename of directory when no ar...
Jeroen Janssens
2013-09-06
Change marks function and remove 'function' keyword as suggested by pielgrzym...
Jeroen Janssens
2013-09-06
Add _completemarks function as suggested by pielgrzym in https://github.com/r...
Jeroen Janssens
2013-09-05
Better filename matching
Justin Aiken
2013-09-05
Filter out missing links with jump autocomplete
Justin Aiken
2013-08-18
Add tab completion for jump plugin
Jeroen Janssens
2013-08-15
Add jump plugin, which allows you to easily jump around the file system
Jeroen Janssens