rohit-px2 / nvui

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

Can't map "^_" in nvui #143

Open Meow-2 opened 2 years ago

Meow-2 commented 2 years ago

I use <c - /> to comment code. When I push <c-/>, neovim will get ^_, so my keymap will work:

nmap ^_ gcc
vmap ^_ gc

But if I use nvui, when I put <c - />, nvui only send / to neovim. How can I fix it ?