fix zsh vim-mode delay when exiting insert
This commit is contained in:
parent
927488c5a9
commit
4f7670e690
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ in rec {
|
|||
'';
|
||||
|
||||
localVariables = {
|
||||
KEYTIMEOUT = "1";
|
||||
PS1 = "%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b ";
|
||||
ZSH_AUTOSUGGEST_STRATEGY = ["completion"];
|
||||
ZSH_AUTOSUGGEST_USE_ASYNC = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue