You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was happy to see in #463 that .vimrc support was added. But I can't seem to solve my problem with it, which is that I want to remap :W to :w so that I don't get E492: Not an editor command: W when I don't lift up shift fast enough.
I noted PR #3908 which adds key remapping support, however, I've tried a hodgepodge of things (from rabid and impatient searching) by now and none have seemed to work:
:command W w
noremap :W :w
command! W :w
(The first is my working solution in .vimrc)
Is there a known working way to do this?
Best to you all at a challenging time,
The text was updated successfully, but these errors were encountered:
Adding the following to my .vimrc file didn't do anything, is it because the feature isn't there or did I do something wrong. (There's a lot more, it's just an example)
There's currently a limitation that mappings cannot overlap. ; matches before ;; ever has the chance to, so it's triggered and the recorded keys are reset.
I was happy to see in #463 that .vimrc support was added. But I can't seem to solve my problem with it, which is that I want to remap :W to :w so that I don't get
E492: Not an editor command: W
when I don't lift up shift fast enough.I noted PR #3908 which adds key remapping support, however, I've tried a hodgepodge of things (from rabid and impatient searching) by now and none have seemed to work:
(The first is my working solution in .vimrc)
Is there a known working way to do this?
Best to you all at a challenging time,
The text was updated successfully, but these errors were encountered: