Skip to content

Commit

Permalink
Add better description of fullscreen bugs with MacVim
Browse files Browse the repository at this point in the history
  • Loading branch information
reedes committed Jan 21, 2015
1 parent 2562daf commit 5bc225d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.markdown
Expand Up @@ -324,17 +324,18 @@ following in OS X Terminal:
$ defaults write org.vim.MacVim MMNativeFullScreen 0
```

(Note: the above command may or may not work for you in Yosemite (OS X 10.10).
For example, I was experiencing 'screen tearing' and had to revert to the setting
below.)

Or, if you prefer that your fullscreen window float against a standard
background:

```
$ defaults write org.vim.MacVim MMNativeFullScreen 1
```

(Note: due to OSX/MacVim bugs, `fullscreen` may or may not work
for you in Yosemite (OS X 10.10). For example, you might encounter a persistent
menu bar, an odd screen offset, or screen tearing. In such cases, try
`set lines=` or `set columns=` with reduced values to fix things.)

### Q: How can I apply my own custom highlights?

_thematic_ doesn't yet support theme-specific customization beyond the `-fix`
Expand Down

0 comments on commit 5bc225d

Please sign in to comment.