Hyper: Launch hyper in vanilla mode

Created on 19 Aug 2018  路  1Comment  路  Source: vercel/hyper

  • [x] I am on the latest Hyper.app version
  • [x] I have searched the issues of this repo and believe that this is not a duplicate

Issue

When trying to open a bug issue, I noticed that the issue template is asking for the following detail

The issue is reproducible in vanilla Hyper.app: Replace with info if applicable, or Is Vanilla. (Vanilla means Hyper.app without any add-ons or extras

In order to check this, I had to open .hyper.js and comment all my plugins and reopen hyper. I wonder, if this is the only way to do this testing.

If so, I propose for a arugment to hyper command to launch it in vanilla mode.

$ hyper --mode vanilla

Most helpful comment

The easiest way to open vanilla hyper is to rename your config, hyper will then rewrite the default config for you:

$ mv ~/.hyper.js ~/.hyper.old.js

Start hyper, it will be vanilla.

To get back your old config:

$ mv ~/.hyper.js ~/.hyper.vanilla.js && mv ~/.hyper.old.js ~/.hyper.js

>All comments

The easiest way to open vanilla hyper is to rename your config, hyper will then rewrite the default config for you:

$ mv ~/.hyper.js ~/.hyper.old.js

Start hyper, it will be vanilla.

To get back your old config:

$ mv ~/.hyper.js ~/.hyper.vanilla.js && mv ~/.hyper.old.js ~/.hyper.js
Was this page helpful?
0 / 5 - 0 ratings

Related issues

hxnt picture hxnt  路  3Comments

aem picture aem  路  3Comments

leo picture leo  路  3Comments

legomushroom picture legomushroom  路  3Comments

laur1s picture laur1s  路  3Comments