zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
25.24k stars 1.18k forks source link

Setting to always display tabbar #3508

Open RichardFevrier opened 1 month ago

RichardFevrier commented 1 month ago

Greetings people 👋

Any way to always display the tabbar from the settings?

Thanks

dmaluka commented 1 month ago

Currently not possible. We can implement such an option, if needed.

But is it needed? The file name is displayed in the statusline as well.

RichardFevrier commented 1 month ago

The file name is indeed displayed in the statusline, my thinking here is more about brain dicipline.

When I work, I like to do the same thing over and over again to not have to think about some kind of task, like, knowing which file Im currently editing, where is the next file I want to edit, etc.

Always displaying the tabbar would resolve both of the previous examples at the same time. A.k.a. only having to put my eyes on top 🙂 but I understand if it's out of scope.