Commit Graph

32 Commits (39762ecd971de53daa0784a57c27fdf8254722e8)

Author SHA1 Message Date
Eric Freese 39762ecd97 Set up circle ci 8 years ago
Eric Freese 06fca77ffb Readme updates for v0.4.0 8 years ago
Eric Freese b377c39d0e Only fetch a new suggestion if buffer has changed 9 years ago
Eric Freese 25f4afb058 Add ZSH_AUTOSUGGEST_IGNORE_WIDGETS array 9 years ago
Lorenzo Bolla a9c8efa048 Update README 9 years ago
Tassilo Horn ca70612d3c Document caveats of match_prev_cmd strategy
This strategy relies on the history being exactly in the order in which
commands have been entered.  Therefore, options like suppressing
duplicates or expiring duplicates first will lead to unexpected
suggestions.
9 years ago
Eric Freese 7c688ec20c Add note to readme about PRs going to `develop` branch 9 years ago
Eric Freese d7001f2c34 Fix readme test script reference. 9 years ago
Eric Freese 1ed9155f89 Add Suggestion Strategy section to Configuration section of Readme. 9 years ago
Kordan Ou aa597eea6d Add an autosuggest widget: autosuggest-execute. 9 years ago
Eric Freese 8935a39e9b Remove plugin compatibility section from readme 9 years ago
Eric Freese 985de56f6e Update asciinema to reflect new repo 9 years ago
Eric Freese dd54925b06 Update URL references after repo move to zsh-users 9 years ago
Eric Freese aa5ceee256 Make asciinema a bit smaller. 9 years ago
Eric Freese 113ca0ad10 Add asciinema recording to README 9 years ago
Eric Freese 2461a98857 Fix segfaults once and for all? 9 years ago
Eric Freese 5e419da326 Remove list of modify widgets and make 'modify' the default behavior. 9 years ago
Eric Freese b49d002888 [README] Add example of minimal .zshrc. 9 years ago
Eric Freese 1a38fbf6a5 [README] Add note about workaround for bpm bug. 9 years ago
Eric Freese 0ae5907294 [README] Add note about Oh My Zsh paste bug. 9 years ago
Eric Freese 03bd381112 Add `.plugin` file and installation instructions for Oh My Zsh (#104). 9 years ago
Eric Freese 00bd0e9125 Use `add-zsh-hook` to remove need to call `autosuggest_start`. 9 years ago
Eric Freese 48d2dc1091 Remove absolute link in readme. 9 years ago
Eric Freese e91db46ce0 Add Development section to README (#106) 9 years ago
Eric Freese 0dd1b7febb Add Troubleshooting section to README 9 years ago
Eric Freese 6a4b2b3865 Update README 9 years ago
Eric Freese 775dd20706 Rewrite 9 years ago
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
10 years ago
Jakub Jirutka a796ce5bdb Readme: extend section Known issues (closes #14) 10 years ago
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.
10 years ago
Jakub Jirutka 47283c2619 Update readme 10 years ago
Jakub Jirutka 08f3b3148d Rename README.mkd to README.md
.md is a preferred file extension for Markdown files.
10 years ago