mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-11 03:13:49 -05:00
Add better description of fullscreen bugs with MacVim
This commit is contained in:
@@ -324,10 +324,6 @@ following in OS X Terminal:
|
|||||||
$ defaults write org.vim.MacVim MMNativeFullScreen 0
|
$ 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
|
Or, if you prefer that your fullscreen window float against a standard
|
||||||
background:
|
background:
|
||||||
|
|
||||||
@@ -335,6 +331,11 @@ background:
|
|||||||
$ defaults write org.vim.MacVim MMNativeFullScreen 1
|
$ 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?
|
### Q: How can I apply my own custom highlights?
|
||||||
|
|
||||||
_thematic_ doesn't yet support theme-specific customization beyond the `-fix`
|
_thematic_ doesn't yet support theme-specific customization beyond the `-fix`
|
||||||
|
|||||||
Reference in New Issue
Block a user