You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[X ] I have searched the issues of this repo and believe that this is not a duplicate
OS version and name: MAC OS SIERRA 10.12.2
Hyper.app version: 1.0.0
Link of a Gist with the contents of your .hyper.js:
Relevent information from devtools(CMD+SHIFT+I on Mac OS, CTRL+SHIFT+I elsewhere):
The issue is reproducible in vanilla Hyper.app:
Issue
When git open the automerge editor (Nano) I write commit, than I use ctr+O (writeout) to save info and when I use ctr+X (exit) to close, hyper doesn't close nano and I don't understand how to go on with terminal ..
I try to use another pc with Ubuntu 16. Same problem with the same hyper version 1.0.0 . I can't close nano after commit message.
I try to edit hosts with nano (sudo nano /etc/hosts), hyper open nano, add new host, and everythings is ok!
Where I'm doing wrong when git open auotmerge editor ?
The text was updated successfully, but these errors were encountered:
This is a dupe of #1069 and #1132. Basically, hyper uses Ctrl as its mod key by default on Windows and Linux, which is not ideal. This does not impact Mac users, as Cmd is used there.
I've put in a pull request at #1191 and would appreciate any confirmations/feedback you can provide there.
Issue
When git open the automerge editor (Nano) I write commit, than I use
ctr+O
(writeout) to save info and when I usectr+X
(exit) to close, hyper doesn't close nano and I don't understand how to go on with terminal ..I try to use another pc with Ubuntu 16. Same problem with the same hyper version 1.0.0 . I can't close nano after commit message.
I try to edit hosts with nano (
sudo nano /etc/hosts
), hyper open nano, add new host, and everythings is ok!Where I'm doing wrong when git open auotmerge editor ?
The text was updated successfully, but these errors were encountered: