RMichelsen / Nvy

Nvy - A Neovim client in C++
MIT License
334 stars 28 forks source link

bug fix for special key in insert mode #60

Closed meilinxiaoxue closed 2 years ago

meilinxiaoxue commented 2 years ago

key code of "<C-@>" is 0x00, mpack_write_cstr can't handle this.

RMichelsen commented 2 years ago

Looks good to me, I had no idea there was a 0x00 keycode in vim 😅