I am using a surround vim plugin. when I write a latex source for a word \bfsimilar to
\bf
hello w*orld
(* - cursor position) I use
ysiw}a\bf<space>
and get
hello {\bf *world}
is there an easier way? or how can i automatically paste \bf?
I decided to add this to my ~ / .vimrc file
let g:surround_42 = "{\\bf \r}"
and call the word in normal mode
ysiw*
true for a full line with
yss*