Thanx to the FakeVim community for the commendable work bringing vi functionality to the Qt IDE. I have used vi/vim for many years and I am trying to adapt to FakeVim.

I am used to using :k[a-z] to mark lines as I move through a file and then :'[a-z],'[a-z]t. to copy (or m to move) blocks of code. I have found this more useful than yank and put. I am having difficulties with FakeVim because it eliminates the option of using the scroll bar, which is no big deal, except that it does not have these commands that help eliminate the need for the scroll bar when moving code around within a file. What I long for most are being able to make easy RegEx based changes with :g and :s. Are these kinds of ":" commands possible and likely future additions to fakeVim? Also does anyone know where can I find a good "cheat sheet" of vim commands that are implemented in FakeVim so I can adapt to the commands that do exist?