It seems like :terminal command is not working in vim-qt. I just get a new split that never gets updated. My keypresses etc. don't seem to have any effect (can't close the window, can't use vim-qt anymore after :terminal and have to xkill it).
Would this be something easy to fix? This is mostly to make fzf working under vim-qt.
PS. I've been meaning to get into vim-qt development for some time now (because it's part of my everyday tools) but I have very little C++ experience and no Qt experience. I'd be willing to help if you could point me to the right direction in the source code and Qt API.
It seems like
:terminalcommand is not working in vim-qt. I just get a new split that never gets updated. My keypresses etc. don't seem to have any effect (can't close the window, can't use vim-qt anymore after:terminaland have toxkillit).Would this be something easy to fix? This is mostly to make
fzfworking under vim-qt.PS. I've been meaning to get into vim-qt development for some time now (because it's part of my everyday tools) but I have very little C++ experience and no Qt experience. I'd be willing to help if you could point me to the right direction in the source code and Qt API.