Procházet zdrojové kódy

Fix #143: Add `vi-add-eol` to list of accept widgets.

pull/142/head
Eric Freese před 8 roky
rodič
revize
6d6e7820f3
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +1
    -0
      src/config.zsh
  2. +1
    -0
      zsh-autosuggestions.zsh

+ 1
- 0
src/config.zsh Zobrazit soubor

@ -32,6 +32,7 @@ ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=(
end-of-line
vi-forward-char
vi-end-of-line
vi-add-eol
)
# Widgets that accept the entire suggestion and execute it

+ 1
- 0
zsh-autosuggestions.zsh Zobrazit soubor

@ -58,6 +58,7 @@ ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=(
end-of-line
vi-forward-char
vi-end-of-line
vi-add-eol
)
# Widgets that accept the entire suggestion and execute it

Načítá se…
Zrušit
Uložit