disable "easy" insert mode keybinds

This commit is contained in:
Schrottkatze 2024-03-03 14:27:38 +01:00
parent e2d8337e99
commit b5020cdbc7
No known key found for this signature in database

View file

@ -54,7 +54,6 @@
}; };
}; };
keys = { keys = {
normal = { normal = {
space."=" = ":fmt"; space."=" = ":fmt";
}; };
@ -69,6 +68,7 @@
end = "no_op"; end = "no_op";
}; };
}; };
};
languages = { languages = {
language-server = { language-server = {
"nu-builtin-lsp" = { "nu-builtin-lsp" = {