mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-15 17:16:26 +00:00
4f41d766a8
Also added Goyo
4 lines
128 B
VimL
4 lines
128 B
VimL
Plug 'tomtom/tcomment_vim' " , { 'on': ['TComment', 'TCommentBlock'] }
|
|
nnoremap // :TComment<CR>
|
|
vnoremap // :TCommentBlock<CR>
|