mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Add widget autosuggest-execute-suggestion
It basically means this: go to the end of line (i.e. accept the suggestion) and then hit enter.
This commit is contained in:
parent
c6afbaf254
commit
6de948c9c5
2 changed files with 11 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ bindkey '^T' autosuggest-toggle
|
|||
List of widgets:
|
||||
|
||||
- `autosuggest-toggle` – disable/enable autosuggestions.
|
||||
- `autosuggest-execute-suggestion` – accept the suggestion and execute it.
|
||||
|
||||
|
||||
## Configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue