mirror of https://github.com/bjeanes/dotfiles.git
Remap full screen to Command+Return in MacVim
parent
e9916ee624
commit
a7ce6deb31
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue