Skip to content
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 repeating the previous search/replace like Vim with global ('g'), e.g., ":%sg" or ":'a,.sg" #3005

Open
2 tasks done
demlow opened this issue Sep 1, 2022 · 0 comments

Comments

@demlow
Copy link

demlow commented Sep 1, 2022

Feature category

  • Check(Type 'x') any that Applicable item:
    • Vim
    • Vim plugin

After a search and replace operation such as:

:'a,.s/foo/bar/g

Vim supports repeating the previous operation on a different range without retyping the patterns:

:'b,'csg

or

:%sg

VsVim supports this behavior but only without the 'g' (global) option. Please consider adding this, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant