-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve status for colorblind users #754
Comments
@laktak You mean only change in the bottom status line? But then it might still be an issue in the columns. Wouldn't it be better for a colorblind users to use easily distinguishable terminal colors instead? Are you actually colorblind or just speculating? |
You mean because some items in the columns have a different color? I noticed that but it didn't bother me as I can see the information in the status (file mode/links). I have remapped the colors so that they are readable in most common combinations. But this is a different problem - while I can see that you are using a different color when more than one is visible, I can't really remember which is used for what. |
@laktak I meant the colors on the left side of file names when you select, cut or copy:
These are the same colors shown in the right side of bottom status bar (i.e. ruler):
You only mentioned statusline so that's why I wanted to ask. We could add some letters but then we could only add a single letter and the meaning would still not be too explicit. For example, I don't know what you meant with |
I can't say if it's due to my color blindness or something else but I fail to associate the colors with what they should represent. I used IMO the colors on the left are not that important. Usually you will do an immediate action on them anyways (cut/copy/delete/etc). |
@laktak Sorry, Having fmt options to configure these things seem inevitable in the end as it has also been requested before. I agree colors are arbitrary and opiniated. However, I don't see how your immediate action argument does only apply to the statusline but not to the columns. I think it would be better to be consistent in both places. This could be implemented by limiting fmt options to a single character (or icon) or alternatively without any length limit but only showing the first letter in the columns (e.g. a value If options are added, we could also discuss tweaking the defaults to add some text in addition to the colors. |
Well, as I tried to explain, I mark something and then do something. When I delete the markers are gone and when I move/copy I don't see the markers either because I'm in a different directory. So I never see those 'later' when I could wonder what they mean. But the ones in the statusline do matter because I might want to double check that I have no open selections (when marking files for a new operation) or to check if I did move or copy when pasting. If you want to have them in both places I wouldn't mind though. If we make it configurable I would probably go with unicode symbols instead of text. |
This is now possible with the For example to use set rulerfmt 's: %s| c: %c| m: %m' |
Could we improve the status for selected, 'copied' and 'moved' files in the status line (bottom right)?
At the moment the only way to identify what is what is the color. Because they are only shown when >0 the position does not help either.
I'd suggest to add a prefix/suffix with either a symbol or the letters
s
,c
andm
.The text was updated successfully, but these errors were encountered: