verminal icon indicating copy to clipboard operation
verminal copied to clipboard

Not respecting font size

Open epomatti opened this issue 5 years ago • 3 comments

When I change the font size using Verminal theme Hyper is hot changing it in the UI. Even switching to other themes didn't solve it.

I had to uninstall Verminal to fix it.

epomatti avatar Aug 28 '19 17:08 epomatti

I have the same problem. Verminal seems to break font size configuration. The README config block had no visible effect on my mac. Here's the end of my .hyper.js config:

...
  keymaps: {
    // Example
    // 'window:devtools': 'cmd+alt+o',
  },
  verminal: {
    fontSize: 24
  }
};

dnalbach avatar May 04 '20 19:05 dnalbach

@dnalbach I just ran into the same issue. The verminal portion in your .hyper.js file needs to be in the config section.

joseph4tw avatar May 04 '20 20:05 joseph4tw

Same issue, and yes I placed verminal is inside the config object.

Edit: Wow I didn't add a trailing comma to the previous attribute now it is working lol

Graystripe17 avatar May 11 '20 20:05 Graystripe17