fix: make <c-;> work again (#2073)
* fix: make <c-;> work again * fix: also <c-_>
This commit is contained in:
@@ -16,6 +16,8 @@ describe('keymap', function()
|
||||
'<C-^>',
|
||||
'<C-@>',
|
||||
'<C-\\>',
|
||||
'<C-;>',
|
||||
'<C-_>',
|
||||
'<Tab>',
|
||||
'<S-Tab>',
|
||||
'<Plug>(example)',
|
||||
|
||||
Reference in New Issue
Block a user