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

Update README.md

This commit is contained in:
Soeren Wolfers 2025-02-10 18:26:37 +00:00 committed by GitHub
parent ff75f542ae
commit a0a506c16a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,13 +22,11 @@ can be used with `autojump` can be used with `j` and vice versa.
j foo
- Jump To A Child Directory:
- Jump To A Directory That Contains `foo`, Preferring Child Directories:
Sometimes it's convenient to jump to a child directory
(sub-directory of current directory) rather than typing out the
full name.
If a child directory that contains `foo` exists, you can prioritize that over other matches in the databases via
jc bar
jc foo
- Open File Manager To Directories (instead of jumping):