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

Fixes #9035 - Add Alt keybinings for new case commands #9038

Merged
merged 2 commits into from
Jul 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ the host so the prompt is evaluated again.
Convert the first character of the next word to upper case and the remaining
characters to lower case.

- Emacs: `<Escape,c>`
- Emacs: `<Alt+c>`, `<Escape,c>`

### Copy

Expand Down Expand Up @@ -252,7 +252,7 @@ Delete the next word.

Convert the next word to lower case.

- Emacs: `<Escape,l>`
- Emacs: `<Alt+l>`, `<Escape,l>`

### ForwardDeleteInput

Expand Down Expand Up @@ -427,7 +427,7 @@ the cursor. The cleared text is placed in the kill-ring.

Convert the next word to upper case.

- Emacs: `<Escape,u>`
- Emacs: `<Alt+u>`, `<Escape,u>`

### ValidateAndAcceptLine

Expand Down