chabou / hyper-pane

Extension for Hyper.app to enhance pane navigation.
MIT License
188 stars 13 forks source link

Syntax error on reload #49

Closed techn0gichida closed 5 years ago

techn0gichida commented 5 years ago

Hello,

When I add the suggested lines to .hyper.js I get a syntax error on the reload of hyper-pane and all the plugins are missing. Maybe I'm reading something wrong.

Any suggestions?

bet4it commented 5 years ago

You need to show us your .hyper.js

techn0gichida commented 5 years ago

hyper.js.txt

bet4it commented 5 years ago

You lose a comma , after focusOnMouseHover: true

techn0gichida commented 5 years ago

Added the comma but still no plugins and just the default hyper after it reloads. I'm using Fedora latest with the bash shell.

bet4it commented 5 years ago

And lose a comma in

      inactivePaneOpacity: 0.6 // Set to 1 to disable inactive panes dimming
    } , <-- here
techn0gichida commented 5 years ago

Thanks for the help. It is working great!

chabou commented 5 years ago

Thank you for your help @bet4it 🙏