fvim icon indicating copy to clipboard operation
fvim copied to clipboard

size problems in macOS Catalina.

Open PtNan opened this issue 6 years ago • 3 comments

in my MacBook running macOS Catalina, when opening FVim, it initially is opened in maximized, but quickly shrinks to a very tiny size. I had to make it maximized manually. BTW, can FVim be an open mode for some text files? I can only open FVim and use some vim file explorer to locate files and then open them.

PtNan avatar Nov 03 '19 14:11 PtNan

Thanks for reporting. This sounds familiar to me when I debug the multigrid feature -- the window size measurement is off. What's the font and size setting?

yatli avatar Nov 16 '19 10:11 yatli

I set font as SF mono nerd font, in init.nvim. And the size is maximized, the config.json is as followed:

{
  "workspace": [
    {
      "path": "/",
      "mainwin": {
        "x": 300,
        "y": 300,
        "w": 1398,
        "h": 855,
        "state": "Normal",
        "BackgroundComposition": "none",
        "CustomTitleBar": false
      }
    }
  ],
  "Logging": null
}

PtNan avatar Nov 18 '19 14:11 PtNan

I see this behaviour in Mojave too

tssm avatar Jan 12 '20 14:01 tssm