vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.21k stars 3.51k forks source link

Unable to use app #6978

Open mroberts1 opened 1 year ago

mroberts1 commented 1 year ago

Issue

I have been having the same issue with new installs of Hyper for over a year, and unable to use it.

When I install and launch the app, the font is very small. However, when I type commands, the window abruptly zooms and changes color for as long as I'm holding down a key.

The issue seems to be from a corrupt settings file from a previous install that wasn't deleted, but I don't know how to reset the app and every time I reinstall it the same issue repeats.

Please let me know if you have any suggestions.


{
  "updateChannel": "stable",
  "fontSize": 20,
  "fontFamily": "\"FiraCode Nerd\", \"Hack Nerd Font\", Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1.2,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": false,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "selectionColor": "rgba(248,28,229,0.3)",
  "borderColor": "#333",
  "css": "\n    .tabs_nav li span span:before { \n      content: \"πŸ¦‰ \";\n      color: #fff;\n      opacity: 0;\n    }\n    .tabs_nav .tab_active span span:before { \n      opacity: 1 !important; \n    }\n  \n    .tabs_nav li span span:before { \n      content: \"πŸ¦‰ \";\n      color: #fff;\n      opacity: 0;\n    }\n    .tabs_nav .tab_active span span:before { \n      opacity: 1 !important; \n    }\n  \n    .tabs_nav li span span:before { \n      content: \"πŸ¦‰ \";\n      color: #fff;\n      opacity: 0;\n    }\n    .tabs_nav .tab_active span span:before { \n      opacity: 1 !important; \n    }\n  \n    .tabs_nav li span span:before { \n      content: \"πŸ¦‰ \";\n      color: #fff;\n      opacity: 0;\n    }\n    .tabs_nav .tab_active span span:before { \n      opacity: 1 !important; \n    }\n  \n    .tabs_nav li span span:before { \n      content: \"πŸ¦‰ \";\n      color: #fff;\n      opacity: 0;\n    }\n    .tabs_nav .tab_active span span:before { \n      opacity: 1 !important; \n    }\n  \n    .tabs_nav li span span:before { \n      content: \"πŸ¦‰ \";\n      color: #fff;\n      opacity: 0;\n    }\n    .tabs_nav .tab_active span span:before { \n      opacity: 1 !important; \n    }\n  ",
  "termCSS": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#1DC121",
    "yellow": "#C7C329",
    "blue": "#0A2FC4",
    "magenta": "#C839C5",
    "cyan": "#20C5C6",
    "white": "#C7C7C7",
    "lightBlack": "#686868",
    "lightRed": "#FD6F6B",
    "lightGreen": "#67F86F",
    "lightYellow": "#FFFA72",
    "lightBlue": "#6A76FB",
    "lightMagenta": "#FD7CFC",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF"
  },
  "shell": "",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": false,
  "activeTab": "πŸ¦‰"
}

plugins ```json { "plugins": [ "hyper-font-ligatures", "hyper-active-tab", "hyper-samewd", "hyper-search", "hyper-highlight-active-pane", "hyper-aura-theme", "hyper-rose-pine", "hyper-afterglow", "shades-of-purple-hyper", "verminal", "hyper-corubo", "hyper-snazzy", "hyper-hypest", "hyper-material-theme", "hyper-cyberpunk", "xi-hyper", "hyperocean", "hyper-subliminal-theme", "hyper-oceanic-next", "hyper-dracula" ], "localPlugins": [] } ```
LabhanshAgrawal commented 1 year ago

You have many plugins installed, which might not be working well together. The config file should be at ~/.hyper.js or you can open it by doing 'command + ,` and confirm the path. I think you can just delete the file and hyper will create a new one with the default values, and then you can start making any changes from there.