glacambre / firenvim

Embed Neovim in Chrome, Firefox & others.
GNU General Public License v3.0
4.78k stars 146 forks source link

Cannot map `<c-cr>` #933

Closed BlueDrink9 closed 3 years ago

BlueDrink9 commented 3 years ago

I'm assuming GUIs like firenvim can handle ctrl + enter, but currently aren't.

glacambre commented 3 years ago

CR should be in caps, e.g. inoremap <C-CR> <Esc>:wq<CR> or inoremap <C-CR> <cmd>:wq<CR>. This works fine on my machine :).