You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, try map vim standard key: vim.api.nvim_set_keymap('', '<c-6>', ':e #<CR>', {noremap = true, silent = true})
It does not work. If use '<c-;>' instead of '' there is no problem.
The text was updated successfully, but these errors were encountered:
For example, try map vim standard key:
vim.api.nvim_set_keymap('', '<c-6>', ':e #<CR>', {noremap = true, silent = true})
It does not work. If use '<c-;>' instead of '' there is no problem.
The text was updated successfully, but these errors were encountered: