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
is great to remove all lines that contain "profile". There are occasions when I want to delete most of the lines that match (or that I want to double-check the lines as I delete them).
When using substitute (e.g. :%s/profile//gc), I can do this.
I would like to be able to have the same confirmation process when using global.
Something like the following (which doesn't work) would be ideal.
Using a line like
is great to remove all lines that contain "profile". There are occasions when I want to delete most of the lines that match (or that I want to double-check the lines as I delete them).
When using substitute (e.g.
:%s/profile//gc
), I can do this.I would like to be able to have the same confirmation process when using global.
Something like the following (which doesn't work) would be ideal.
See how to delete all lines that match a pattern asking permission in vi and
Efficient way to delete line containing certain text in vim with prompt as starting points.
The text was updated successfully, but these errors were encountered: