Commit Graph

19 Commits (106bf02d4993ead76ff2f0677c384c6d67020c00)

Author SHA1 Message Date
Eric Freese bcbdad83e9 Support fallback strategies by setting array in config 7 years ago
Eric Freese 82b08e2dc8 First pass at getting suggestions from completion engine (#111)
Uses https://github.com/Valodim/zsh-capture-completion with some slight
modifications.
7 years ago
Harm te Hennepe 59c72c6805 Don't break kill ring rotation 7 years ago
Eric Freese 393f7b8bb9 Fix vi-mode partial-accept
Issue #188. PR #324.

Thanks to @toadjaune and @IngoHeimbach.
7 years ago
Eric Freese 3136700ccf Don't fetch suggestions after [up,down]-line-or-beginning-search
These widgets rely on `$LASTWIDGET` being set to restore the cursor
position. When asynchronous suggestions are enabled, and the widget
triggers a suggestion to be fetched, `autosuggest-suggest` will be
called and $LASTWIDGET will be set to it.
7 years ago
Alexander Neumann 1915e28882 Add 'emacs-forward-word'
This commit adds the 'emacs-forward-word' widget to the list of partial
accept widgets.
8 years ago
Eric Freese 83129dd796 Make asynchronous suggestions disabled by default
While they are still experimental
8 years ago
Eric Freese 2c465a932a Rename async pty name config var 9 years ago
Eric Freese e3eb286ea2 Lots of little async cleanups 9 years ago
Eric Freese ab8f295225 First pass at async functionality 9 years ago
Eric Freese 25f4afb058 Add ZSH_AUTOSUGGEST_IGNORE_WIDGETS array 9 years ago
Lorenzo Bolla 2450c95d8a Rename and document new config var 9 years ago
Eric Freese 6d6e7820f3 Fix #143: Add `vi-add-eol` to list of accept widgets. 9 years ago
Eric Freese 83f78d0760 Add suggestion "strategy" concept with default strategy 9 years ago
Kordan Ou aa597eea6d Add an autosuggest widget: autosuggest-execute. 10 years ago
Eric Freese c7c9929490 Add zsh-history-substring-search widgets to CLEAR array by default. 10 years ago
Eric Freese 5e419da326 Remove list of modify widgets and make 'modify' the default behavior. 10 years ago
Eric Freese ebcfc46b72 Comment formatting 10 years ago
Eric Freese 775dd20706 Rewrite 10 years ago