zsh: fix zsh-vi-mode initialisation
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m44s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m44s
This commit is contained in:
parent
7b2a185884
commit
db4669422e
@ -84,7 +84,6 @@ in
|
||||
|
||||
## Vi mode
|
||||
export KEYTIMEOUT=1
|
||||
bindkey '^R' mcfly-history-widget
|
||||
|
||||
## Zsh line editor
|
||||
unsetopt BEEP
|
||||
@ -94,6 +93,10 @@ in
|
||||
setopt HASH_LIST_ALL
|
||||
'';
|
||||
|
||||
localVariables = {
|
||||
ZVM_INIT_MODE = "sourcing";
|
||||
};
|
||||
|
||||
plugins = with pkgs; [
|
||||
{
|
||||
name = "zsh-vi-mode";
|
||||
|
Loading…
x
Reference in New Issue
Block a user