-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remapping ":" #4374
Comments
Hi, you can do this. With, 1.12 there is support for "parsing" mappings from a vimrc. Pre 1.12, you would do that in your settings.json. This is described here: |
I've read that article twice but still don't see how that's possible. Closest I got was by adding
to my |
I can, however, confirm that using The latter would incorrectly pop up the QuickpickCmdLine when doing e.g. r; in normal mode to replace a single character with |
I've looked around quite a bit trying to find a solution but came up empty. I'd like to remap
:
and;
as I findshift
+;
to be significantly more annoying to repeatedly type than simply;
In vanilla vim, I use
And that does the trick. I don't believe I can do the same in VS Code today, so I'm opening this feature request.
The text was updated successfully, but these errors were encountered: