mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Feature: Allow cycling throw history in the autocompletion
This commit is contained in:
parent
fa5d9c0ff5
commit
47173c140c
12 changed files with 282 additions and 38 deletions
|
|
@ -76,7 +76,7 @@ _zsh_autosuggest_bind_widget() {
|
|||
_zsh_autosuggest_bind_widgets() {
|
||||
emulate -L zsh
|
||||
|
||||
local widget
|
||||
local widget
|
||||
local ignore_widgets
|
||||
|
||||
ignore_widgets=(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue