Help for this page

Select Code to Download


  1. or download this
    # in ~/.vimrc
    " Set up templates for new files
    autocmd BufNewFile * 0r ~/.vim/templates/%:e.template
    
  2. or download this
    # in ~/.vim/templates/tmpl.template
    <!-- Start output from [% component.name %] -->
    
    
    <!-- End output from [% component.name %] -->