fix: some symbols can't be mapped correctly (#2081)
* fix: support , . / symbol binding * test: add keymap test
This commit is contained in:
@@ -19,6 +19,8 @@ describe('keymap', function()
|
||||
'<C-;>',
|
||||
'<C-,>',
|
||||
'<C-:>',
|
||||
'<C-.>',
|
||||
'<C-/>',
|
||||
'<C-_>',
|
||||
"<C-'>",
|
||||
'<Tab>',
|
||||
|
||||
Reference in New Issue
Block a user