-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Three new functions added to PSReadLine bindable functions #9033
Copy link
Copy link
Closed
Labels
area-psreadlineArea - PSReadline moduleArea - PSReadline moduleissue-doc-ideaIssue - request for new contentIssue - request for new content
Milestone
Description
Prerequisites
- Existing Issue: Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react, or comment on that issue instead.
- Descriptive Title: Write the title for this issue as a short synopsis. If possible, provide context. For example, "Document new
Get-Foocmdlet" instead of "New cmdlet."
Summary
The PR PowerShell/PSReadLine#3365 adds 3 new functions to PSReadLine bindable functions.
The newly added bindable functions are in the "Basic editing functions" section:
- CapitalizeWord, bound to Alt+c and Escape,c in
Emacsmode - DowncaseWord, bound to Alt+l and Escape,l in
Emacsmode - UpcaseWord, bound to Alt+u and Escape,u in
Emacsmode
The about_PSReadLine_Functions doc needs to be updated to include them.
Details
No response
Articles
No response
Related Source Pull Requests
Related Source Issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-psreadlineArea - PSReadline moduleArea - PSReadline moduleissue-doc-ideaIssue - request for new contentIssue - request for new content