Skip to content

Commit

Permalink
be consistent with README about calling it command
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Gupta <aman@tmm1.net>
  • Loading branch information
wuputah authored and tmm1 committed Aug 14, 2010
1 parent be7bac7 commit fb887e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gvimrc
Expand Up @@ -2,18 +2,18 @@
set fuoptions=maxhorz,maxvert

if has("gui_macvim")
" Apple-T for CommandT
" Command-T for CommandT
macmenu &File.New\ Tab key=<nop>
map <D-t> :CommandT<CR>
" Apple-Shift-F for Ack
" Command-Shift-F for Ack
macmenu Window.Toggle\ Full\ Screen\ Mode key=<nop>
map <D-F> :Ack<space>
" Apple-e for ConqueTerm
" Command-e for ConqueTerm
map <D-e> :call StartTerm()<CR>
" Apple-/ to toggle comments
" Command-/ to toggle comments
map <D-/> <plug>NERDCommenterToggle<CR>
endif

Expand Down

0 comments on commit fb887e2

Please sign in to comment.