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
/
jump.plugin.zsh
Age
Commit message (
Expand
)
Author
2020-02-11
jump: fix for `marks' and CTRL+G key binding
Marc Cornellà
2020-02-11
jump: add support for directories starting with a dot (#4661)
hqingyi
2020-02-11
jump: fix issues in plugin and document CTRL+G key binding
Marc Cornellà
2018-12-31
Provide even spacing between marks (#7456)
Alexander Huynh
2018-10-03
jump: use more compatible flag for ln (#7205)
Jonatan Skogsfors
2018-10-03
jump: fix behavior when reusing a mark (#7197)
Rubén Durán Balda
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