Revert abbreviation support

This commit is contained in:
hrsh7th
2021-08-28 02:24:31 +09:00
parent 7572522a01
commit bc50c49a7f

View File

@@ -120,7 +120,7 @@ keymap.listen = setmetatable({
end
existing = existing or {
lhs = keys,
rhs = keymap.t('<C-]>') .. keys,
rhs = keys,
expr = 0,
nowait = 0,
noremap = 1,