summaryrefslogtreecommitdiff
path: root/plugins/jump
AgeCommit message (Collapse)Author
2015-02-10Clean up appearance lib file and redundant `colors` calls in other filesMarc Cornellà
2014-11-06Change all pwd calls for $PWD variableMarc Cornellà
This avoids spawning additional processes as $PWD **always** contains the current working directory.
2014-06-28Plugin jump: autocompletion for numbers and dotsJannik Zschiesche
This change fixes the autocompletion for marks which contain numbers or dots. Fixes #2578 `\d` in sed regular expressions doesn't work (see http://stackoverflow.com/questions/14671293/why-does-d-doesnt-work-in-regular-expression-in-sed)
2013-09-18jump plugin: fix autocompletion with single markThomas Hipp
Autocompletion fails if there's only one mark, since the ls command will not display the parent directory with the trailing colon. Handling the single mark case separately and validating the symlink explicitly, resolves the issue.
2013-09-06Fix aliasing pwdJeroen Janssens
2013-09-06Mark function asks for confirmation and uses basename of directory when no ↵Jeroen Janssens
argument is given
2013-09-06Change marks function and remove 'function' keyword as suggested by ↵Jeroen Janssens
pielgrzym in https://github.com/robbyrussell/oh-my-zsh/pull/2045#issuecomment-22820224
2013-09-06Add _completemarks function as suggested by pielgrzym in ↵Jeroen Janssens
https://github.com/robbyrussell/oh-my-zsh/pull/2045#issuecomment-22826540
2013-09-05Better filename matchingJustin Aiken
2013-09-05Filter out missing links with jump autocompleteJustin Aiken
2013-08-18Add tab completion for jump pluginJeroen Janssens
2013-08-15Add jump plugin, which allows you to easily jump around the file systemJeroen Janssens