mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
Update scripts to use version agnostic pattern matching and corresponding documentation.
This commit is contained in:
@@ -121,7 +121,10 @@ All negative key weights are purged automatically.
|
||||
.RE
|
||||
.SS KNOWN ISSUES
|
||||
.IP \[bu] 2
|
||||
Does not support directories that begin with \f[C]-\f[].
|
||||
The jump function \f[C]j\f[] does not support directories that begin
|
||||
with \f[C]-\f[].
|
||||
If you want to jump a directory called \f[C]--music\f[], try using
|
||||
\f[C]j\ music\f[] instead of \f[C]j\ --music\f[].
|
||||
.IP \[bu] 2
|
||||
zsh (bug #86)
|
||||
.RS 2
|
||||
|
||||
@@ -48,7 +48,7 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
|
||||
|
||||
## KNOWN ISSUES
|
||||
|
||||
- Does not support directories that begin with `-`.
|
||||
- The jump function `j` does not support directories that begin with `-`. If you want to jump a directory called `--music`, try using `j music` instead of `j --music`.
|
||||
|
||||
- zsh (bug #86)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user