nvui icon indicating copy to clipboard operation
nvui copied to clipboard

Mapping with numerical keys does not work

Open damanis opened this issue 3 years ago • 0 comments

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.

damanis avatar Mar 16 '22 16:03 damanis