shells/zsh: fix autosuggestion enable
This commit is contained in:
parent
2c970b76e4
commit
fa800ab3ec
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
enableAutosuggestions = true;
|
autosuggestion.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
# defaultKeymap = "emacs";
|
# defaultKeymap = "emacs";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue