Add keybind for commenting in visual mode

This commit is contained in:
Yash Karandikar 2022-07-03 11:31:58 +05:30
parent 4f37c72b72
commit ff81e1899d

1
.vimrc
View file

@ -79,6 +79,7 @@ filetype plugin on
let g:NERDCreateDefaultMappings = 0
let g:NERDSpaceDelims = 1
nnoremap <C-_> :call nerdcommenter#Comment('n', 'invert')<CR>
nnoremap <C-B> :call nerdcommenter#Comment('x', 'invert')<CR>
nnoremap <C-S-a> :call nerdcommenter#Comment('n', 'append')<CR>
" markdown preview settings