retext-project / retext

ReText: Simple but powerful editor for Markdown and reStructuredText
GNU General Public License v2.0
1.88k stars 196 forks source link

[FR] Hide tab header if only one tab is open like Falkon/Dolphin etc. #393

Closed artemanufrij closed 6 years ago

artemanufrij commented 6 years ago

I would love it.

mitya57 commented 6 years ago

There is already an option in the configuration file for this, called tabBarAutoHide.

See https://github.com/retext-project/retext/blob/master/configuration.md.

artemanufrij commented 6 years ago

@mitya57 could you post the location of this config file, please? I can't find it in my home folder.

I use ArchLinux.

mitya57 commented 6 years ago

On Linux it is ~/.config/ReText project/ReText.conf. If that file does not exist, you can create it.

In that file, you can put something like:

[General]
tabBarAutoHide=true