feat(zsh): autosuggestion & completion
This commit is contained in:
parent
a47e745b3d
commit
7370ee0a23
1 changed files with 7 additions and 0 deletions
|
|
@ -171,6 +171,13 @@ in
|
||||||
pe = "printenv";
|
pe = "printenv";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
syntaxHighlighting.enable = true;
|
||||||
|
|
||||||
|
autosuggestion = {
|
||||||
|
enable = true;
|
||||||
|
strategy = [ "history" "completion" ];
|
||||||
|
};
|
||||||
|
|
||||||
completionInit = ''
|
completionInit = ''
|
||||||
autoload -U compinit && compinit -d "$XDG_STATE_HOME/zcompdump" -u
|
autoload -U compinit && compinit -d "$XDG_STATE_HOME/zcompdump" -u
|
||||||
zmodload zsh/complist
|
zmodload zsh/complist
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue