fix: make <c-;> work again (#2073)

* fix: make <c-;> work again

* fix: also <c-_>
This commit is contained in:
phanium
2024-11-02 12:39:41 +08:00
committed by GitHub
parent 29fb485457
commit 7d4051064c
2 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,8 @@ describe('keymap', function()
'<C-^>',
'<C-@>',
'<C-\\>',
'<C-;>',
'<C-_>',
'<Tab>',
'<S-Tab>',
'<Plug>(example)',