You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick glace at the status line should be all it takes to reassure yourself of the current state of the buffer. Keeping common elements in the same place spatially can help with that.
Currently, the file status is shown after the file name which means that it will appear in different locations based on how long the path for the current file is.
e.g.,
NOR ~/.config/helix/config.toml [+]
vs
NOR ~/Projects/some-project/src/some-directory/some-other-directory/wow-this-is-a-long-directory-name/my-lovely.js [+]
Helix trains you to look at the lower left corner for the current editing state. Any other important state should be kept as close to this position as possible so the person doesn’t have to potentially scan a long line from left to right to get a state update.
Proposed solution
Move the file state indicator from after the file name to before it:
NOR [+] ~/.config/helix/config.toml
And no matter how long the path is, a quick glance to the lower left of the screen will tell us the current state.
NOR [+] ~/Projects/some-project/src/some-directory/some-other-directory/wow-this-is-a-long-directory-name/my-lovely.js
The text was updated successfully, but these errors were encountered:
aral
changed the title
Usability enhancement: place file status indicator before the file name not after on status line
Usability enhancement (status line): place file status indicator before the file name not after it
May 27, 2022
aral
changed the title
Usability enhancement (status line): place file status indicator before the file name not after it
Usability enhancement (status line): place file status indicator before file name not after it
May 27, 2022
I think this would best be solved by #708 (see also #2434). Ideally the status indicator should take up the same amount of space when a file is modified and not so there isn't a visual 'jump' when a file goes from unmodified to modified
A quick glace at the status line should be all it takes to reassure yourself of the current state of the buffer. Keeping common elements in the same place spatially can help with that.
Currently, the file status is shown after the file name which means that it will appear in different locations based on how long the path for the current file is.
e.g.,
vs
Helix trains you to look at the lower left corner for the current editing state. Any other important state should be kept as close to this position as possible so the person doesn’t have to potentially scan a long line from left to right to get a state update.
Proposed solution
Move the file state indicator from after the file name to before it:
And no matter how long the path is, a quick glance to the lower left of the screen will tell us the current state.
The text was updated successfully, but these errors were encountered: