I would like to map qq key in FakeVim insert mode or command mode to run the current project. I googled but found nothing.There is option for Ex Command mapping. But I have no idea about it.
For console applications, check the Run in terminal check box. To specify the terminal to use on Linux and macOS, select Edit > Preferences > Environment > System. To run with special environment variables set up, select them in the Run Environment section. For more information, see Selecting the Run Environment.
Assign "Run" action to "run" ex command in FakeVim configuration.
Then put map qq :run<CR>
line in your vimrc
file which is read by FakeVim (default is %USERPROFILE%\_vimrc
on Windows or ~/.vimrc
; the path can be changed in "General" config tab).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With