(unless I've been looking for the wrong thing)
When pressing Ctrl+C in bash (git-bash) it makes the whole Hyper window close instead of just the running application. This doesn't happen in any other terminal that I know of. Maybe (and hopefully) I just made my .hyper.js wrong, if that's the case I'd love know how to fix it.
You have
shell: 'C:\\Program Files\\Git\\git-cmd.exe',
shellArgs: ['--command=usr/bin/bash.exe', '-l', '-i'],
In your config, do you want to use bash or git-cmd?
@albinekb I want to use the mingw bash that's included with Git on Windows. The config is from https://github.com/zeit/hyper/issues/1252.
Finally figured it out. Turns out it was a bug in the git implementation of the mingw bash, which has been fixed in a newer update. So if anyone has the same problem and finds this issue: make sure you have the latest version of Git for Windows installed.
馃憣
Most helpful comment
Finally figured it out. Turns out it was a bug in the git implementation of the mingw bash, which has been fixed in a newer update. So if anyone has the same problem and finds this issue: make sure you have the latest version of Git for Windows installed.