diff --git a/README.md b/README.md index 1c0cda0..d27ca3f 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,17 @@ ADVANCED USAGE All negative key weights are purged automatically. +KNOWN ISSUES +------------ + +- zsh (bug \#86) + + Tab completion does not work. + +- jumpapplet (bug \#59) + + Does not work in Gnome 3 shell or LDXE. + FILES ----- diff --git a/autojump.1 b/autojump.1 index 5f036ca..213d213 100644 --- a/autojump.1 +++ b/autojump.1 @@ -84,6 +84,19 @@ The first is the key weight and the second is the path: .PP All negative key weights are purged automatically. .RE +.SS KNOWN ISSUES +.IP \[bu] 2 +zsh (bug #86) +.RS 2 +.PP +Tab completion does not work. +.RE +.IP \[bu] 2 +jumpapplet (bug #59) +.RS 2 +.PP +Does not work in Gnome 3 shell or LDXE. +.RE .SS FILES .PP If installed locally, autojump is self-contained in diff --git a/manpage.md b/manpage.md index b96bf97..9afd861 100644 --- a/manpage.md +++ b/manpage.md @@ -51,6 +51,16 @@ Options must be passed to 'autojump' and not the 'j' wrapper function. All negative key weights are purged automatically. +## KNOWN ISSUES + +- zsh (bug #86) + + Tab completion does not work. + +- jumpapplet (bug #59) + + Does not work in Gnome 3 shell or LDXE. + ## FILES If installed locally, autojump is self-contained in _~/.autojump/_.