chabou / hyper-pane

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

I hope the indicatorPrefix configuration can support the function #26

Closed fhyoga closed 6 years ago

fhyoga commented 6 years ago

I hope the indicatorPrefix configuration can support the function, the parameters in the current context, I can easily display the current directory and the like information.

image

Thank you for your contribution

chabou commented 6 years ago

This indicatorPrefix option should be removed and replaced by a feature that automatically shows shortcut by translating ctrl with ^ for example.

I was too lazy to do this.

I think that what you want to achieve should be handled by your shell prompt. Or you can use another plugin like https://github.com/henrikdahl/hyper-statusline

fhyoga commented 6 years ago

I have tried the hyper-statusline plugin.

The experience is very bad and the two plug-ins do not interact. When I switch panes, status-bar displays the same information as the previous pane. So I think you still need to add this function to your plug-in, or find a way for the two plug-ins to communicate.

I forked a piece of code, but I seldom use react, I just try to see if I can solve this problem.

Thank you for your reply