nvui
nvui copied to clipboard
Mapping with numerical keys does not work
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 '