Hyper: Clear and vim don't work with MINGW64

Created on 17 May 2017  路  5Comments  路  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
  • Windows 10
  • Hyper 1.3.3
  • Using MINGW64 by git-bash

Issue

I'm using MINGW64 from the git-bash.
If I type the command 'clear', my cursor jumps to the beginning of the window, but the text doesn't disappear:

image

I have similar issues using vim in my bash. If I try to delete a char, my cursor moves, but the chars doesn't disappear, too.
In vim I get another error, when moving the cursor with the arrow keys:

image

Most helpful comment

in hyper.js file put

// for environment variables
env: {
    TERM: "cygwin"
},

All 5 comments

By any chance you found solution to it?

The clear error is a duplicate of:
https://github.com/zeit/hyper/issues/1809

The error isn't fixed, yet, but you can temporarily clear the complete window with Ctrl + Shift + K.

For the cursor problem in vim I don't have a solution.

Quick question, sorry that it is unrelated. I am trying to make Hyper use the mingw64 console, how did you make that happen?

in hyper.js file put

// for environment variables
env: {
    TERM: "cygwin"
},

^ your solution

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ConstantinChirila picture ConstantinChirila  路  3Comments

juicygoose picture juicygoose  路  3Comments

rauchg picture rauchg  路  3Comments

ghost picture ghost  路  3Comments

aem picture aem  路  3Comments