Y
Hacker News
new
|
ask
|
show
|
jobs
by
aaronmacy
4702 days ago
one of these can be shortened: cw - deletes the current word & enters insert mode
2 comments
bpeebles
4702 days ago
Not quite: cw deletes until the end of the current word from the current position and then enters insert mode. ciw deletes the entire your current position is in and enters insert mode. Go ahead and try them.
link
dokem
4702 days ago
Apparently yiw can be shortened to yw as well
link