Open
Description
Prerequisites
- Write a descriptive title.
Description of the new feature/enhancement
Yanking until given character for -ViMode Command
Proposed technical implementation details (optional)
<y,t> ViYankToBeforeChar Yanks until given character forward.
<y,T> ViYankToBeforeCharBackward Yanks until given character backward.
<y,f> ViYankToChar Yanks inclusively until given character forward.
<y,F> ViYankToCharBackward Yanks inclusively until given character backward.