Commit Graph

61 Commits (ae315ded4dba10685dbbafbfa2ff3c1aefeb490d)

Author SHA1 Message Date
Eric Freese 00bd0e9125 Use `add-zsh-hook` to remove need to call `autosuggest_start`.
Eric Freese 48d2dc1091 Remove absolute link in readme.
Eric Freese e91db46ce0 Add Development section to README ()
Eric Freese 0dd1b7febb Add Troubleshooting section to README
Eric Freese 6a4b2b3865 Update README
Eric Freese 775dd20706 Rewrite
Thor Erik c044d06f70 Avoid bell on all keysrtokes
Due to using a forked version of zsh-syntax-highlighting, you also get along the bug that causes a [bell on every keystroke][1], using zsh-users/zsh-syntax-highlighting instead I avoided this bug.

[1]: https://github.com/zsh-users/zsh-syntax-highlighting/issues/200
Jakub Jirutka a796ce5bdb Readme: extend section Known issues (closes )
Jakub Jirutka 6de948c9c5 Add widget autosuggest-execute-suggestion
It basically means this: go to the end of line (i.e. accept the
suggestion) and then hit enter.
Jakub Jirutka 47283c2619 Update readme
Jakub Jirutka 08f3b3148d Rename README.mkd to README.md
.md is a preferred file extension for Markdown files.