verminal
verminal copied to clipboard
Not respecting font size
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.
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 I just ran into the same issue. The verminal
portion in your .hyper.js
file needs to be in the config
section.
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