Tag Archives: vim

Switch to snipMate for VIM snippets

I used to use snippets_emu for VIM snippets. But I find snipMate is better, because its snippets are easier to define and more readable. A snippet defination in snimMate is like:

Posted in vim | Tagged | View Comments

Commands on VIM marks

:marks – Display all the bookmarks ma – Creates a bookmark called a `a – Jump to the exact location of the bookmark a ‘a – Jump to the beginning of the line of the bookmark a `. – Jump … Continue reading

Posted in productivity, vim | Tagged | View Comments