randy3k / Terminus

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

Rulers appeared after upgrade to ST4 #285

Closed simov closed 3 years ago

simov commented 3 years ago

rulers

On the top is the editor view configured with rulers: [80] and on the bottom is Terminus that after upgrade to ST4 inherited the rulers configuration in a way, event though it's slightly misaligned as well. Is there a way to disable this, I really don't expect to see that inside the terminal view.

randy3k commented 3 years ago

You just have to disable it via view_setting in Terminus.sublime-settings.

    "view_settings":
    {
        "rulers": []
    },
randy3k commented 3 years ago

By the way, the reason that they are misaligned is that the panel has a smaller font size. You could also fix it by changing the font size via the "view_settings".

simov commented 3 years ago

Thanks, that was really helpful. I was looking at the docs but I couldn't find the view_settings config there. I saw it mentioned in a github issue I think, so probably main readme can be updated?

cdabel commented 2 years ago

How about just make "rulers": [] be the default behavior?