rohit-px2 / nvui

A modern frontend for Neovim.
MIT License
1.72k stars 49 forks source link

Mapping with numerical keys does not work #134

Open damanis opened 2 years ago

damanis commented 2 years ago

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.