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
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
set editor mode to vi
press v to visual selection
Seems that crate::core_editor::Editor should be aware of current edit mode in order to fix this issue.
The text was updated successfully, but these errors were encountered:
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
Screen.Recording.2024-10-10.at.18.56.51.mov
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.
The text was updated successfully, but these errors were encountered: