Lu Wang
Lu Wang
Indeed. That's quite a mess. Hopefully with the localization module, a mapping can be chosen based on the keyboard layout specified by users, and the key events will be simply...
I don't know how long we should wait for KeyboardEvent. I remember our `keydown` and `keypress` events can also be simplified with it. So it depends on whether you want...
@q12321q It started as a simply POC, or a toy :). But I'm happy to find that people started to report bugs and send PRs. While I will have limited...
I cannot reproduce it on Mac. When the GUI window is closed for `neovim-python-client`, `qa!` is sent to neovim to force exiting. I've implement the same behavior and pushed to...
Strictly speaking, we should probably inverse the fg/bg color under a solid cursor, yet currently we do not store the colors of each character. Semi-transparent cursor is a nice hack,...
`cursor_on/off` events have been replaced in the latest neovim
How do you st col and row in `.nvimrc`?
I can confirm this. What did you mean by the last sentence of the issue?
So, yeah, how do you set row & col in .nvimrc?
I guess that nvim would hang in this case, as it might not be designed for such a large screen.