-
-
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
Support gdefault option #3594
Comments
There's a setting within the VSCodeVim preferences that enables that behavior: verbatim from the README:
|
Thanks, that works for now. I am curious why this extension doesn't recognize |
Looks like they only support a subset https://github.com/VSCodeVim/Vim#vim-settings |
Hm, that's confusing. We should probably consolidate these two configurations or rename |
As of the next release, |
Is your feature request related to a problem? Please describe.
When using the
:s
command, I frequently want to replace all instances of a pattern on a line.Describe the solution you'd like
In Vim, I would
set gdefault
in my .vimrc. However, doing the same thing in this extension does not appear to work.The text was updated successfully, but these errors were encountered: