Hyper: Erreur when creating new tab with Ctr + Shift + T

Created on 4 Jun 2019  路  5Comments  路  Source: vercel/hyper

version: 3.0.2
plugins installed: hyper-cwd, hyper-broadcast
bash utilis茅: git bash
os: windows 10 pro

This error occured when i tried to open a new tab:
image

  • Hyper version: undefined "3.0.2"
  • OS ARCH VERSION: win32 x64 10.0.17134
  • Electron: 3.1.3 LANG: undefined
  • SHELL: undefined TERM: undefined


    ~/.hyper.js contents


    {
    "updateChannel": "stable",
    "fontSize": 14,
    "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
    "fontWeight": "normal",
    "fontWeightBold": "bold",
    "lineHeight": 1,
    "letterSpacing": 0,
    "cursorColor": "rgba(248,28,229,0.8)",
    "cursorAccentColor": "#000",
    "cursorShape": "BEAM",
    "cursorBlink": true,
    "foregroundColor": "#fff",
    "backgroundColor": "#000",
    "selectionColor": "rgba(248,28,229,0.3)",
    "borderColor": "#333",
    "css": "",
    "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": "C:\Program Files\Git\git-cmd.exe",
    "shellArgs": [
    "--command=usr/bin/bash.exe",
    "-l",
    "-i"
    ],
    "env": {
    "TERM": "cygwin"
    },
    "bell": "SOUND",
    "copyOnSelect": false,
    "defaultSSHApp": true,
    "quickEdit": false,
    "macOptionSelectionMode": "vertical",
    "webGLRenderer": true
    }

    {
    "plugins": [
    "hyper-broadcast",
    "hypercwd"
    ],
    "localPlugins": []
    }


Most helpful comment

To fix my issue I removed the hypercwd plugin

All 5 comments

I just remarked the bug occured just after i used git

Im also getting this error just after doing a git pull

I also have this problem.

To fix my issue I removed the hypercwd plugin

Thanks it solve my pb

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cooperpellaton picture cooperpellaton  路  3Comments

leo picture leo  路  3Comments

rauchg picture rauchg  路  3Comments

juicygoose picture juicygoose  路  3Comments

aem picture aem  路  3Comments