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
{{ message }}
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.
I was wondering if there's a way to define the :W command and map it to :w?
As I often don't lift my finger of the Shift key fast enough more than 50% of the time I write :W which fails silently and I don't notice I haven't saved.
In vim I use the following to set this up:
command! W :w
Is there a way to do it with vscode-vim?
Thanks,
David.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
First, thanks for the great work you're doing 👍
I was wondering if there's a way to define the
:W
command and map it to:w
?As I often don't lift my finger of the Shift key fast enough more than 50% of the time I write :W which fails silently and I don't notice I haven't saved.
In vim I use the following to set this up:
Is there a way to do it with vscode-vim?
Thanks,
David.
The text was updated successfully, but these errors were encountered: