Unable to use app
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
- [ x] Your Hyper.app version is 3.4.1. Please verify you're using the latest Hyper.app version
- [ x] I have searched the issues of this repo and believe that this is not a duplicate
- Any relevant information from devtools? (CMD+OPTION+I on macOS, CTRL+SHIFT+I elsewhere):
- Is the issue reproducible in vanilla Hyper.app?
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.
- Hyper version: undefined "3.4.1"
- OS ARCH VERSION: darwin x64 21.6.0
- Electron: 20.3.6 LANG: undefined
- SHELL: /usr/local/bin/zsh TERM: undefined
.hyper.js contents
{
"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
{
"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": []
}
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the zoom and color change in Hyper 3.4.1 on macOS, first reviewing the ~/.hyper.js contents and listed plugins. Use the devtools information requested in the issue to identify whether the behavior comes from configuration or an add-on; done means a fresh or reset installation can accept commands without changing appearance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, typescript
- Domain
- cli, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100