feat: add completion strategy to zsh.autosuggestion
This commit is contained in:
parent
b356565844
commit
503b539aa5
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
|
|
||||||
autosuggestion = {
|
autosuggestion = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
strategy = [ "history" "completion" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
history = {
|
history = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue