From b28499e4c17e459a4dee1b8cca39663c4c860b88 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 21 Apr 2013 13:18:26 +1000 Subject: [PATCH] vim: switch commenter to CTRL-/ --- .vim/commenter.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vim/commenter.vim b/.vim/commenter.vim index a4e8177..5e63cf4 100644 --- a/.vim/commenter.vim +++ b/.vim/commenter.vim @@ -1,6 +1,6 @@ " Commenting of lines! Stolen & modified from vim.org's ToggleCommentify -map :call ToggleCommentify()j -imap :call ToggleCommentify()j +map :call ToggleCommentify()j +imap :call ToggleCommentify()j " The nice thing about these mapping is that you don't have to select a visual " block to comment ... just keep the CTRL-key pressed down and tap on 'c' as " often as you need. -- 2.39.2