Parcourir la source

Better mapping for something I won't use.

Drew il y a 12 ans
Parent
commit
0cfa3447e0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 " 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.
 " Note : Insert is disabled by default