Open blindFS opened 1 month ago
seems like a reasonable request. i also wish the coloring was maybe just the reverse of whatever the text is. it's so hard to see, but that's a separate issue.
seems like a reasonable request. i also wish the coloring was maybe just the reverse of whatever the text is. it's so hard to see, but that's a separate issue.
Yes, there's exposed API with_visual_selection_style
in engine.rs but never get called in nushell.
Reversed color is a cooler idea.
Platform macOS Terminal software wezterm
https://github.com/user-attachments/assets/57347516-eeed-441e-b1b8-02cb1f1111de
This is not what a traditional vim behavior where current character "a" should be included in both directions. Basically, the end offset returned by get_selection should be increased to the next grapheme.
Steps to reproduce
Seems that crate::core_editor::Editor should be aware of current edit mode in order to fix this issue.