Skip to content

Instantly share code, notes, and snippets.

@jelera
Created November 25, 2013 05:53
Show Gist options
  • Save jelera/7636913 to your computer and use it in GitHub Desktop.
Save jelera/7636913 to your computer and use it in GitHub Desktop.
Code Comment Banners For Vim (Inspired in Textmate)
autocmd FileType vim map <leader>cb I" <ESC>A "<DEL><ESC>yyp0lv$hhr-yykPjj
autocmd FileType python,perl,ruby,sh,zsh map <leader>cb I# <ESC>A #<ESC>yyp0lv$hhr-yykPjj
autocmd FileType javascript,php,c,cpp,css map <leader>cb I/* <ESC>A */<ESC>yyp0llv$r-$hc$*/<ESC>yykPjj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment