Fakevim ex commands for multiple lines don't work as expected
-
Hi everyone.
I can't find the way of editing multiple lines using Ex commands.
Given this example text
Line 1 Line 2 Line 3
And this command
:0,$ normal A;
There should be this resulting text, as texted in vim
Line 1; Line 2; Line 3;
But fakevim just does the "A;" operation on the current line
Line 1; Line 2 Line 3
What's exactly the thing that fakevim is not capable of doing? I ask so I know my way around it's limitations, but if there's some way of doing the same operation for a large number of lines, I'll be happy to know.
Is this worthy of opening an issue?
Thanks in advance :)
-
Please do open an issue. Qt Creator does support multiple cursors, but I have no idea if FakeVim support this.
It could be an easy fix ... :)
-
Please do open an issue. Qt Creator does support multiple cursors, but I have no idea if FakeVim support this.
It could be an easy fix ... :)
@cristian-adam That's good to know. Should I open it here? https://bugreports.qt.io/secure/Dashboard.jspa Or where you thinking about opening the issue somewhere else?
Thanks for the tip!
-
@cristian-adam That's good to know. Should I open it here? https://bugreports.qt.io/secure/Dashboard.jspa Or where you thinking about opening the issue somewhere else?
Thanks for the tip!