fix(terminal): Remove <S-a> keymap that locked the terminal

This commit is contained in:
NicolasGB
2026-02-22 18:06:58 +01:00
parent 138044c7e3
commit 185190909d
+1
View File
@@ -516,6 +516,7 @@ function M.run(cmd, keymaps)
{ modes = { "n", "v" }, lhs = "i", rhs = function() end },
{ modes = { "n", "v" }, lhs = "c", rhs = function() end },
{ modes = { "n", "v" }, lhs = "a", rhs = function() end },
{ modes = { "n", "v" }, lhs = "<S-a>", rhs = function() end },
{ modes = { "n", "v" }, lhs = "u", rhs = function() end },
})