How to change/yank the string between two blank spaces? I have tried ci[hit space bar]
but it doesn't work..
Use ciW
(change inner WORD)
From :h WORD
:
A WORD consists of a sequence of non-blank characters, separated with white
space. An empty line is also considered to be a WORD.
It is w
for word, not , i.e. change inner word ciw
or yank inner word yiw
, respectively.
Update for the given example, let |
denote the carret
id="remember_me" name="_r|emember_me" value="on"
Hit ciW
id="remember_me" | value="on"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With