fix: some symbols can't be mapped correctly (#2081)

* fix: support , . / symbol binding

* test: add keymap test
This commit is contained in:
Wick
2024-11-30 14:34:44 +08:00
committed by GitHub
parent ed31156aa2
commit ca4d3330d3
2 changed files with 4 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ describe('keymap', function()
'<C-;>',
'<C-,>',
'<C-:>',
'<C-.>',
'<C-/>',
'<C-_>',
"<C-'>",
'<Tab>',