sassanh / qnvim

Neovim backend for Qt Creator
MIT License
134 stars 8 forks source link

nvim crashes on :q<cr> #44

Closed ghost closed 1 year ago

ghost commented 1 year ago

I'm using Qnvim 5.0.2 on Debian GNU/Linux bookworm/sid x86_64. When I try to close a file with :q<cr> it stays open and the editor stops responding to any keyboard inputs. I can still use the mouse to move the cursor, cut, paste and even close files. In the original file I tried to close, the cursor continues to appear as a block. If I close that file by mouse and view other files, the cursor now appears as a line.

ghost commented 1 year ago

Oh, I'm probably just quitting nvim. I was used to :q<cr> just closing the current file from using QtCreator's FakeVim.