mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Add ZSH tab completion fix to ChangeLog.
This commit is contained in:
parent
c62a8923ae
commit
99ee524fcc
@ -47,6 +47,15 @@
|
|||||||
The database is regularly trimmed for performance reasons. However users can
|
The database is regularly trimmed for performance reasons. However users can
|
||||||
prevent database maintenance with the above environmental variable.
|
prevent database maintenance with the above environmental variable.
|
||||||
|
|
||||||
|
- ZSH tab completion fixed.
|
||||||
|
|
||||||
|
ZSH behavior now matches Bash behavior. To use type:
|
||||||
|
|
||||||
|
j<space><tab><tab>
|
||||||
|
|
||||||
|
A menu showing the top database entries will be displayed. Type in any number
|
||||||
|
followed by <tab> to complete the entry.
|
||||||
|
|
||||||
- Database entry weight growth changed form linear to logarithmic scale.
|
- Database entry weight growth changed form linear to logarithmic scale.
|
||||||
|
|
||||||
A combination of low total weight ceiling and linear growth resulted in
|
A combination of low total weight ceiling and linear growth resulted in
|
||||||
|
Loading…
Reference in New Issue
Block a user