I am fairly new to Vim and a primary Visual Studio user. I have installed nerd commenter and would like to map Ctrl+k Ctrl+c for commenting(this is the same shortcut in visual studio), so i have these lines in my vimrc
map <C-K><C-c> <leader>cc
map <C-K><C-U> <leader>cu
the <leader>cc and <leader>cu are mapped to NERD commands accordingly. I am having some trouble mapping C-c (BREAK ?? ) is there any workaround for this ?
Thanks & Regards,
R Ashwin Sathya
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment