Skip to content

Commit

Permalink
Use iTerm style Command-Return for fullscreen toggle (thx @mattetti)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Jan 31, 2011
1 parent e1ef76f commit 83e2751
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gvimrc
Expand Up @@ -8,8 +8,10 @@ if has("gui_macvim")
map <D-t> :CommandT<CR>
imap <D-t> <Esc>:CommandT<CR>
" Command-Return for fullscreen
macmenu Window.Toggle\ Full\ Screen\ Mode key=<D-CR>

" Command-Shift-F for Ack
macmenu Window.Toggle\ Full\ Screen\ Mode key=<nop>
map <D-F> :Ack<space>
" Command-e for ConqueTerm
Expand Down

0 comments on commit 83e2751

Please sign in to comment.