chabou / hyper-pane

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

Maximize Pane on Windows 10 #37

Open madhusj13 opened 5 years ago

madhusj13 commented 5 years ago

Hi

I tried using Windows Key + Enter to maximize a pane, but it is not working. Can you please let me know if this is supposed to work on Win 10 ?

Thanks in advance.

chabou commented 5 years ago

I am using mac. I don't know if it supposed to work. Have you tried to change the shortcut?

pektinasen commented 5 years ago

For some reason meta+enter doesn't work on windows. Maybe it is already caught by the OS, but I'm not sure what it does.

I tried to change it to cmd+shift+a for example and that works. (meta and cmd seem to work interchangebly)

Related question: How do I change the defautConfig of the plugin in .hyper.js? I did it directly in the plugins index.js

chabou commented 5 years ago

This is certainly not well explained 😞

You just have to add a paneNavigation section in the config section of your .hyper.is file: https://github.com/chabou/hyper-pane#default-configuration

If you know how to explain this better in README, PR is welcome 🙏