Skip to content

Commit

Permalink
Merge pull request #329 from marioaquino/patch-2
Browse files Browse the repository at this point in the history
Add comment toggle mapping for non-MacVim (using Alt-/).
  • Loading branch information
kalbasit committed Dec 22, 2011
2 parents 5e538f3 + 67c33e0 commit 449eda5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ else
" Ctrl-e for ConqueTerm
map <C-e> :call StartTerm()<CR>
" Alt-/ to toggle comments
map <A-/> <plug>NERDCommenterToggle<CR>
imap <A-/> <Esc><plug>NERDCommenterToggle<CR>i
" Alt-][ to increase/decrease indentation
vmap <A-]> >gv
vmap <A-[> <gv
Expand Down

0 comments on commit 449eda5

Please sign in to comment.