From cedaa5d1b497ce9cb6a742e7a3a1042f17dbc065 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Thu, 23 Jun 2022 20:04:42 +0530 Subject: [PATCH] Make comment-append keybind actually work --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 166e1c6..55bd6ff 100644 --- a/.vimrc +++ b/.vimrc @@ -72,4 +72,4 @@ filetype plugin on let g:NERDCreateDefaultMappings = 0 let g:NERDSpaceDelims = 1 nnoremap :call nerdcommenter#Comment('n', 'invert') -nnoremap :call nerdcommenter#Comment('n', 'append') +nnoremap :call nerdcommenter#Comment('n', 'append')