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.
The text was updated successfully, but these errors were encountered:
springcomp commentedDec 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
ProcessOneKeycan be reused and refactored in common methods.The text was updated successfully, but these errors were encountered: