I'm trying to map Ctrl+/ to use NerdCommenter. It works perfect in Linux terminal, but not works in Mac default terminal. How can I fix it?
noremap <C-_> :call NERDComment(0, "Toggle")<cr>
I read this thread, but didn't find a solution: How to map <C-/> to toggle comments in vim?