Let's say I call a method on an object in my code, like
if abc.xyz then foo
My cursor is on 'c' in 'abc' and I want to change abc.xyz to something else. If I type ciw, I will only replace "abc". What can I use instead iwso that it selects the entire "abc.xyz"?
source
share