Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does iw command mean in vim surround plugin

Tags:

vim

Hello w*orld! ysiw) Hello (world)!

What does the

iw

part of the command mean?

like image 851
mko Avatar asked Sep 01 '25 22:09

mko


1 Answers

iw means inside word - the entire command reads "yank surround inside word".

like image 179
Ken Avatar answered Sep 04 '25 07:09

Ken