Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 26th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Block Comment Then Unhighlight in Vim
  2. map ,/ :s:^://:<CR>
  3.        
  4. map ,/ :s:^://:<CR>|:nohl
  5.        
  6. map ,/ :s:^://:<CR>:nohl<CR>
  7.        
  8. map ,/ :call setline('.', substitute(getline('.'), '^', '//', ''))<CR>
  9.        
  10. nnoremap ,/ I//<Esc>
  11.        
  12. nnoremap ,/ 0i//<Esc>