Commit Graph

33 Commits (0ad9525955f715198a4817f7eefa664032094a13)

Author SHA1 Message Date
Sorin Ionescu 0ad9525955 Accept vi-end-of-line 10 years ago
Claude fc4576758c fix for AUTOSUGGESTION_ACCEPT_RIGHT_ARROW in vi-mode 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 bbd5300d60 Fix indentation in autosuggest-backward-delete-char() 10 years ago
Michael Robinson 5b23a17241 Merge pull request #58 from jirutka/patch-3 10 years ago
Jakub Jirutka 62af373a59 Fix highlighting for paths completion using Tab 10 years ago
Jakub Jirutka 258e06c9ab Fix and unify formatting and code-style 10 years ago
Jakub Jirutka 4b6512d1e8 Fix highlight cache invalidation
To work better with recent version of zsh-syntax-highlighting.
10 years ago
Michael Robinson 7446059f63 Merge pull request #31 from maksimr/patch-1
fix:Add autosuggest to highlighters list only once
11 years ago
Thiago de Arruda 85739dbe76 Disable autosuggestion server startup.
The server is not working even in zsh5. Disable it until fixed.
11 years ago
Maksim Ryzhikov 6dbb419a7a fix:Add autosuggest to highlighters list only once 11 years ago
Mihai Sucan 1cbd78c850 add a config for RIGHT arrow to accept the suggestion, like in fish 11 years ago
Ricardo M. Vilchis 7e69ddda7f Suspend autosuggest on 'history-substring-search-up' and 'history-substring-search-down' (zsh-history-substring-plugin commands). Accept on 'end-of-line' (Ctrl-e or END key) 12 years ago
Vladimir Rudnyh 48f03e2b0c Suspend autosuggest on 'history-beginning-search-backward' and 'history-beginning-search-forward' commands 12 years ago
Vladimir Rudnyh ea19b7bcf8 Add highlight color config variables 12 years ago
Vladimir Rudnyh 196cfa0eb0 Remove spaces at the end of lines 12 years ago
Thiago de Arruda 8af98f7d29 Validate original widget name when restoring on
autosuggest-pause
12 years ago
Thiago de Arruda 7d737e3cc8 Fixed accept-line and motion widgets integration
with zsh-syntax-highlighting
12 years ago
Thiago de Arruda 7cb87a8a55 Integrate with zsh-syntax-highlighting 12 years ago
Thiago de Arruda 936056fd9b Refactored, only use completion server on
zsh > 5.0.3(where the zle -F issue will be fixed)
12 years ago
Thiago de Arruda 6d2146a542 Refactored into a widget to enable asynchronous
update of the zle buffer
12 years ago
Thiago de Arruda 2d67624963 Improved criteria used to popup autosuggestions 12 years ago
Thiago de Arruda 3734b1eb4e Fixed options completion 12 years ago
Thiago de Arruda c6c97ab7bd Got basic completions working, need to ignore
cases like 'kill name<tab>' which should replace the word
12 years ago
Thiago de Arruda 1e6e900abf Refactored completion server to use zsocket 12 years ago
Thiago de Arruda c183ca22de Adapted Valodim's capture completion script to
implement a simple completion service
12 years ago
Thiago de Arruda edc762de64 Remove user completion obstructions 12 years ago
Thiago de Arruda 7efb859477 Reimplement insert/delete widgets based on
predict-on code
12 years ago
Thiago de Arruda e9dc49def4 Improved widget name convention consistency 12 years ago
Thiago de Arruda 24fa67b2b2 Remove highlighting on accept-line 12 years ago
Thiago de Arruda 1e622d76f1 Fixed 'tab' key in autosuggestion 12 years ago
Thiago de Arruda 9b2574dc82 Add automatic pause/resume of autosuggestions
based on cursor position
12 years ago
Thiago de Arruda 5595bcde18 First commit 12 years ago