Skip to content

alvan/vim-comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Vim Comment

Usage

Press <leader>x to toggle comment.

Install

  • Just put the files into ~/.vim/ or <HOMEDIR>\vimfiles\ (for Windows).

  • Use vundle:

      Plugin 'alvan/vim-comment'
    
  • Use other package manager.

Options

Set in your vimrc (optional):

let g:comment_format = {'vim': '" %s'}
" OR
autocmd FileType html setlocal cms=<!--%s-->

let g:comment_keymap = {'n': '<leader>x', 'v': '<leader>x'}

About

Another Comment Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published