Browse Source

Better mapping for something I won't use.

Drew 12 years ago
parent
commit
0cfa3447e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vimrc

+ 1 - 1
vimrc

@@ -156,7 +156,7 @@ map <leader>cc <plug>NERDCommenterToggle
 
 
 " For some reason, CommentToggle doesn't work unless this is
 " For some reason, CommentToggle doesn't work unless this is
 " remapped, so remapping it to something I won't ever use.
 " remapped, so remapping it to something I won't ever use.
-map <leader>///<space> <plug>NERDCommenterComment
+map <leader><A-/><space> <plug>NERDCommenterComment
 
 
 " Not sure if I want default c prefix or a different one.
 " Not sure if I want default c prefix or a different one.
 " Note : Insert is disabled by default
 " Note : Insert is disabled by default