Configurable info bars #1685
Replies: 3 comments 1 reply
-
The context + path on the top and file information at the bottom provides a very clear separation. Adding all information at the bottom would lead to a clutter. |
Beta Was this translation helpful? Give feedback.
-
I neglected to include that I replaced elements of the statusbar info with the context info to tackle the clutter problem What you say is true if your project goal is to keep all the information always visible for the hovered file. The mod date and perms were removed in my fork, choosing the context info as higher priority. For me personally, pressing 'd' is adequate to quickly display extra info, and correlates to about the same speed it takes for my eye to glimse downwards to the bottom corner. Obviously there would be trade offs to this, and to integrate it into the mainline of the project would entail adding more configuration options which may not be desirable. It won't be to everyones taste, but I thought I would share it incase anyone had interest. If there was interest could even add it as a patch. I'm getting great use out of 'nnn', thanks for the great work! |
Beta Was this translation helpful? Give feedback.
-
Just on reflection, in a more general sense the porposition of my fork is: 'Configurable Information Bars'. And if it were something anyone had interest in, then even adopting the function decomposition of the status bar and redraw it, it would allow greater readability of the code and would allow people to easily make their own mods if so desired |
Beta Was this translation helpful? Give feedback.
-
Maybe this is a useful feature or already explored, but I've rendered the contexts and path within the statusbar.
I find I barely need to look at them and prefer an ultra minimal interface with nothing at the top.
Within the design principles, I believe this has a greater adherence to principles 2 and 3.
To implement this:
I supposed that as functions, they could be more easily configured to be rendered at the top or bottom of the screen.
Then the file list was modified to begin on line 2 rather than 3. To do this:
cbar
Beta Was this translation helpful? Give feedback.
All reactions