Skip to content

rchaser53/insertclosetag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

insertclosetag

a vim plugin insert easily a closing tag.

Usage

call InsertClosingTag()

Installation

  • Use dein:

      call dein#add('rchaser53/insertclosetag')
    

    or

  • Just put the file into ~/.vim/

  • Set this in your vimrc:

      let g:loadedInsertTag = 1
    

Recommended settings

I strongly recommend to call InsertClosingTag() in insert mode. Like below.

    :inoremap <C-t> <ESC> :call InsertClosingTag()<CR>i

About

a vim plugin insert easily a closing tag.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published