I am using vim-latex and I am searching for a solution to delete an attribute/a command around a phrase. E.g.
\textit{\textbf{Foo}}
shall become
\textit{Foo}
somehow. I found the “surroundings”-script which is powerful for single signs but unfortunately cannot achieve my goals.
Any ideas and hints?
If you have surround.vim by Tim Pope this might do