this post was submitted on 04 Jul 2025
2 points (100.0% liked)
Helix Editor
232 readers
7 users here now
About
Post-modern community focused on post-modern editor.
Rules
Instance rules apply here.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I know this is presumably because of you using konsole's tabs as a part of your existing workflow, so it fits in there, but have you considered using helix' multi buffer system? It is described here : https://helix-editor.vercel.app/usage/buffers
To get tabs to show up, you have to enable the so-called bufferline:
It shows the name of the file and is well integrated.
Thanks, that's good to know, I'll see how well I can adapt my workflow to this. (The reason for using Konsole tabs so far is the easy switching via Alt+[number], but I suppose using Helix's integrated multi-document system should offer other advantages (e.g. regarding registers) that could outweigh this by far.)