I use surround vim plugin.
when I write a latex source for make a word to \bf
similar to
hello w*orld
( * is the cursor position) I use
ysiw}a\bf<space>
and get
hello {\bf *world}
exist a more simple way? or how I can insert \bf
automatically?