vercel / hyper

A terminal built on web technologies

Home Page:https://hyper.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tabs

Emilioisyourfriend opened this issue · comments

  • Your Hyper.app version is 3.2.3. Please verify you're using the latest Hyper.app version
  • 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

when im trying to do something on mangodb i have to first use mongod, but i still need the termianl and its not able to open a new tab. thank you and im sorry


  • Hyper version: undefined "3.2.3"
  • OS ARCH VERSION: win32 x64 10.0.22000
  • Electron: 17.2.0 LANG: undefined
  • SHELL: undefined TERM: undefined
.hyper.js contents
{
  "fontSize": 15,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "cursorColor": "rgb(106,252,22)",
  "cursorShape": "BLOCK",
  "foregroundColor": "#6afc16",
  "backgroundColor": "#000",
  "borderColor": "#6afc16",
  "css": "",
  "termCSS": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#ff0000",
    "green": "#33ff00",
    "yellow": "#ffff00",
    "blue": "#0066ff",
    "magenta": "#cc00ff",
    "cyan": "#00ffff",
    "white": "#d0d0d0",
    "lightBlack": "#808080",
    "lightRed": "#ff0000",
    "lightGreen": "#33ff00",
    "lightYellow": "#ffff00",
    "lightBlue": "#0066ff",
    "lightMagenta": "#cc00ff",
    "lightCyan": "#00ffff",
    "lightWhite": "#ffffff",
    "limeGreen": "#32CD32",
    "lightCoral": "#F08080"
  },
  "shell": "C:\\Users\\Emilio A. R.B\\Documents\\gitt\\Git\\git-cmd.exe",
  "shellArgs": [
    "--command=usr/bin/bash.exe",
    "-l",
    "-i"
  ],
  "env": {
    "TERM": "cygwin"
  },
  "bell": "SOUND",
  "copyOnSelect": false
}
plugins
{
  "plugins": [],
  "localPlugins": []
}