1
0
mirror of https://github.com/wting/autojump synced 2025-06-13 12:54:07 +00:00

Updated Home (textile)

joelthelion 2010-08-30 04:27:31 -07:00
parent 481ad5117b
commit c661f07b53

@ -6,7 +6,7 @@ One of the most used shell commands is "cd". A quick survey among my friends rev
<b>j</b> dirspec
where dirspec is a few characters of the directory you want to jump to. It will jump to the most used directory whose name matches the pattern given in dirspec.
where dirspec is a few characters of the directory you want to jump to. It will jump to the most used directory whose name matches the pattern given in dirspec. Note that autojump **isn't meant** to be a drop-in replacement for cd, but rather a complement. Cd is fine when staying in the same area of the filesystem; autojump is there to help you when you need to jump far away from your current location.
Autojump supports tab-completion. Try it! Autojump should be compatible with Bash 4 and zsh. Please report any problems!