Hyper: Application > Preferences only works on OS X

Created on 15 Jul 2016  路  7Comments  路  Source: vercel/hyper

Ubuntu 16.04

$EDITOR is not set normally on Linux, you can use the alternatives system on Debian at least to get the default text editor. On Windows you can probably just launch the file as a child_process and the default program will open.

image

Linux

Most helpful comment

It is also not working for me under macOS using zsh.

All 7 comments

It is also not working for me under macOS using zsh.

There are alternatives to using $EDITOR https://github.com/lahmatiy/open-in-editor

With that said, prompting the user to set $EDITOR is probably the best option since then they'd be able to choose which they prefer.

@lo1tuma are you getting an error when using zsh? i was getting an error with the # character that was not being parsed as a comment (zsh: bad pattern: #)

i added set -k to my .zshrc and that fixed it.

http://unix.stackexchange.com/a/33995

Fixed in this PR by adding a fallback https://github.com/zeit/hyperterm/pull/517

This was fixed by #736 :boom:

Wait, I think I misunderstood the issue. It looks like #517 actually fixed it.

Looks like it should be fixed in the newest release. Please re-open if what I'm saying is false.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stan-stripe picture stan-stripe  路  3Comments

ghost picture ghost  路  3Comments

yvan-sraka picture yvan-sraka  路  3Comments

ConstantinChirila picture ConstantinChirila  路  3Comments

cilice picture cilice  路  3Comments