zsh: fix zsh-vi-mode initialisation
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m44s

This commit is contained in:
Jordan Holt 2025-02-15 09:49:38 +00:00
parent 7b2a185884
commit db4669422e
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -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";