Skip to content
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

Support swtiching the case of a char with ~ in vi #452

Merged
merged 1 commit into from
Jul 13, 2022

Conversation

drbrain
Copy link
Contributor

@drbrain drbrain commented Jul 13, 2022

Switch case of the character under the cursor and move the cursor to the right.

vi behavior is to only swap the case of an ASCII character so this is
implementation matches that behavior

> Switch case of the character under the cursor and move the cursor to
> the right.

vi behavior is to only swap the case of an ASCII character so this is
implementation matches that behavior
@sholderbach
Copy link
Member

Awesome thanks!

@sholderbach sholderbach merged commit 79e7d8d into nushell:main Jul 13, 2022
@drbrain drbrain deleted the add-vi-tilde branch July 13, 2022 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants