randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.39k stars 81 forks source link

Hide minimap ONLY for Terminus #210

Open javier-cazana opened 4 years ago

javier-cazana commented 4 years ago

Hi there

First, thanks for this package, is the package I have been waiting for!

I Have a question: is there a way to hide the minimap ONLY for Terminus, but not for the code?

randy3k commented 4 years ago

I don't think it's possible.

neunato commented 4 years ago

Unfortunately, minimap state is bound to window, not specific views.

You could show/hide the minimap when switching focus between terminus and other views, but it's not possible for it to be shown and hidden in different views at the same time.