2014-11-06 4 views

답변

10

이 명령은 실제로 <Leader>c이 아닌 <Leader>c<space>입니다 (this issue 참조,이 정보는 추가 정보에 올바르게 표시되지 않음). 나에게 분명 아니었다

+2

감사합니다! – Liam

0

map <C-_> <plug>NERDCommenterToggle<CR> 
imap <C-_> <Esc><plug>NERDCommenterToggle<CR>i 

" Alt-/ to toggle comments 
    map <A-/> <plug>NERDCommenterToggle<CR> 
    imap <A-/> <Esc><plug>NERDCommenterToggle<CR>i