zsh: add note about zsh-vi-mode initialisation

This commit is contained in:
Jordan Holt 2025-02-15 10:33:39 +00:00
parent db4669422e
commit f8cd073be4
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -94,6 +94,7 @@ in
'';
localVariables = {
# Prevent zsh-vi-mode overriding other keybinds
ZVM_INIT_MODE = "sourcing";
};