Skip to content

Three new functions added to PSReadLine bindable functions #9033

@daxian-dbw

Description

@daxian-dbw

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-Foo cmdlet" 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 Emacs mode
  • DowncaseWord, bound to Alt+l and Escape,l in Emacs mode
  • UpcaseWord, bound to Alt+u and Escape,u in Emacs mode

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions