diff options
author | Leonid Volnitsky <Leonid@Volnitsky.com> | 2009-12-09 12:33:19 +0200 |
---|---|---|
committer | Leonid Volnitsky <Leonid@Volnitsky.com> | 2009-12-09 12:45:45 +0200 |
commit | fc4b088cbec7d55d1bd8471807beb3f089cc4f22 (patch) | |
tree | 18e7f02ab427f21d5bd5fa0f98c461eab7bae4bd /git-prompt.conf | |
parent | reverted prompt char to old default '>' (diff) | |
download | git-prompt-fc4b088cbec7d55d1bd8471807beb3f089cc4f22.tar.gz git-prompt-fc4b088cbec7d55d1bd8471807beb3f089cc4f22.tar.bz2 git-prompt-fc4b088cbec7d55d1bd8471807beb3f089cc4f22.zip |
simple autojump
See description of autojump on github
It is only ~10 lines of code, there is no database. It remembers only
directories from current session. It select not most frequent dir, but
matching last visited. Matches are done from beginning of of dir.
cd /tmp
cd "~/long dir mp3"
cd "~/long dir mp4"
cd /tmp
cd /var/tmp
cd /etc
j t # same as cd /var/tmp
j .*3 # same as cd "~/long dir mp3"
Diffstat (limited to 'git-prompt.conf')
0 files changed, 0 insertions, 0 deletions