PSReadLine icon indicating copy to clipboard operation
PSReadLine copied to clipboard

Consider adding a `ViValidateAndAcceptLine` function for Vi's command mode

Open matteocoder opened this issue 1 year ago • 0 comments

Prerequisites

  • [X] Write a descriptive title.

Description of the new feature/enhancement

Currently, if the edit mode is set to Vi, ValidateAndAcceptLine works only in insert mode. This new function ViValidateAndAcceptLine could offer the same functionality of the existing function, but in command mode as well.

Proposed technical implementation details (optional)

No response

matteocoder avatar May 19 '24 21:05 matteocoder