Macros in text files in VIM



notes for Macros in text files in VIM:

in macvim

:e /.vim/snippets/_.snippets

oder terminal go to .vim/snippets vim _.snippets (globale snippets :))) ${1:VORGABE1} // vorgabe1 wird definiert per tab zum naechsten springen! $(2:$1) // vorgabe1 wird eingefuegt tab $(3:VORGABE2} // vorgabe2 wird definiert usw ${4:$3} // vorgabe2 wird eingefuegt



Tags:
Published: December, 2014