ed-style editing?
#4143
-
As a vim user, I can't seem to find equivalent options for global edits like |
Beta Was this translation helpful? Give feedback.
Answered by
Omnikar
Oct 7, 2022
Replies: 1 comment 1 reply
-
These sorts of commands conflict with the design goal of seeing the text you act on before you act on it. For this request in particular, you can do this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
askreet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These sorts of commands conflict with the design goal of seeing the text you act on before you act on it. For this request in particular, you can do this:
%
)A-s
)A-K
) and type your pattern into the promptd
)