henrikruscon / hyper-statusline

Status Line Plugin for Hyper
MIT License
387 stars 79 forks source link

Don't force new tab to open in current directory #11

Closed caesar closed 7 years ago

caesar commented 7 years ago

Normally when a new tab is opened in Hyper it opens at the user's home directory, as is conventional in most shells / terminals.

With hyper-statusline installed, new tabs open in the same directory as the PWD in the tab which is focused when Cmd+T is pressed.

Regardless of which behaviour you or I prefer, this type of configuration / behaviour change is outside the scope of a statusline plugin. At the very least, it should be optional, but really it is for a different plugin – better still, a config option in Hyper...

henrikruscon commented 7 years ago

I agree 👍

I'll push a commit that changes the behavior in a few. Thanks ✌️

caesar commented 7 years ago

Great! Thanks 👍

caesar commented 7 years ago

That's much better, thanks!