Make comment-append keybind actually work

This commit is contained in:
Yash Karandikar 2022-06-23 20:04:42 +05:30
parent fe89346212
commit cedaa5d1b4

2
.vimrc
View file

@ -72,4 +72,4 @@ filetype plugin on
let g:NERDCreateDefaultMappings = 0
let g:NERDSpaceDelims = 1
nnoremap <C-_> :call nerdcommenter#Comment('n', 'invert')<CR>
nnoremap <C-a> :call nerdcommenter#Comment('n', 'append')<CR>
nnoremap <C-S-a> :call nerdcommenter#Comment('n', 'append')<CR>