Qt 6.11 is out! See what's new in the release
blog
FakeVim Plugin Emulation: vim-surround not working
-
I'm using FakeVim with Qt Creator 17.0.1 and I would like to use the vim-surround plugin. I have activated the
vim-surroundoption underPlugin Emulation. But when I try use vim-surround in the editor it just replaces the text.For instance I would select text in visual mode then press
cs'"but this would not work.I'm not sure if I need to update my vimrc file or set custom commands as I cannot find documentation on this.
Any help would be greatly appreciated!
I am using Windows 11. My project is using QT version 6.9.2 MinGW if this is relevant.