X Tutup
The Wayback Machine - https://web.archive.org/web/20220824230403/https://github.com/PowerShell/PSReadLine/issues/2057
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

[vi-mode] Support diw command #2057

Open
springcomp opened this issue Dec 18, 2020 · 0 comments · May be fixed by #2059
Open

[vi-mode] Support diw command #2057

springcomp opened this issue Dec 18, 2020 · 0 comments · May be fixed by #2059
Labels
Issue-Enhancement Issue-Triaged

Comments

@springcomp
Copy link
Contributor

springcomp commented Dec 18, 2020

Description of the new feature/enhancement

As alluded to in #584, PSRL should support vim "text-objects".
Consider supporting the diw command to delete inner words.

Proposed technical implementation details (optional)

I think a new Chord dispatch table must be introduced because currently, PSRL cannot handle 3-letter commands.
Most of the implementation from ProcessOneKey can be reused and refactored in common methods.

@springcomp springcomp added the Issue-Enhancement label Dec 18, 2020
@msftbot msftbot bot added the Needs-Triage 🔍 label Dec 18, 2020
@springcomp springcomp linked a pull request Dec 18, 2020 that will close this issue
6 tasks
daxian-dbw added a commit to springcomp/PSReadLine that referenced this issue Feb 10, 2021
@theJasonHelmick theJasonHelmick added Issue-Triaged and removed Needs-Triage 🔍 labels Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement Issue-Triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
X Tutup