Remap full screen to Command+Return in MacVim

pull/2/head
Bodaniel Jeanes 2010-11-24 17:36:23 +10:00
parent e9916ee624
commit a7ce6deb31
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@ color railscasts2
set shell=/bin/sh set shell=/bin/sh
set transparency=4 set transparency=4
if has("gui_macvim")
macmenu Window.Toggle\ Full\ Screen\ Mode key=<D-CR>
endif