I use vim under iterm2. I'm using the NERDCommenter plugin, and I'd like to use Ctrl+/ to toggle comments (Trying to switch from Idea/Eclipse to vim). This is my mapping in the .vimrc :
nmap <C-/> <leader>c<Space>
vmap <C-/> <leader>c<Space>
But it doesn't seem to work. What can be the reason?