rohit-px2 / nvui

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

Fix issue #147: Send <C-^> instead of <^> #148

Open vabenil opened 2 years ago

vabenil commented 2 years ago

Fix #147 Before this commit <C-^> was read as <^> by nvui which is not a valid mapping, this commit fixes that.