Skip to content

Commit

Permalink
Merged pull request carlhuda#161 from codeinvain/master.
Browse files Browse the repository at this point in the history
insert mode command i (comment support)
  • Loading branch information
tmm1 committed Apr 24, 2011
2 parents 0e85758 + 48cd22d commit ce82ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gvimrc
@@ -1,4 +1,3 @@

if has("gui_macvim")
" Fullscreen takes up entire screen
set fuoptions=maxhorz,maxvert
Expand All @@ -19,6 +18,8 @@ if has("gui_macvim")
" Command-/ to toggle comments
map <D-/> <plug>NERDCommenterToggle<CR>
imap <D-/> <Esc><plug>NERDCommenterToggle<CR>i

" Command-][ to increase/decrease indentation
vmap <D-]> >gv
Expand Down

0 comments on commit ce82ef0

Please sign in to comment.