vim-settings/vim/rc/plugins/tcomment_vim.rc.vim

4 lines
125 B
VimL
Raw Normal View History

2017-10-28 00:59:36 +00:00
Plug 'tomtom/tcomment_vim', { 'on': ['TComment', 'TCommentBlock'] }
nnoremap // :TComment<CR>
vnoremap // :TCommentBlock<CR>