Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MacVim in Yosemite can't fullscreen

I'm using Mac Yosemite 10.10.2 and newest macvim, but when I use fullscreen mode, the lines at the top of screen will be black, and if I move my mouse there, it will show the system line.this is my problem. I want to get my fullscreen back.

like image 736
edwardramsey Avatar asked Mar 15 '15 06:03

edwardramsey


1 Answers

A answer from apple.stackexchange.com

I found this post that seems to address that problem.

Full screen MacVim on OS X Yosemite

$ defaults write org.vim.MacVim MMNativeFullScreen 0

It works for my MacVim.

like image 98
kukka Avatar answered Oct 22 '22 11:10

kukka