add equivalent functionality of vi's 'T' command

This commit is contained in:
2024-10-26 22:11:52 +01:00
parent 8ef0365e20
commit 44af1441cf
3 changed files with 87 additions and 33 deletions

View File

@@ -252,7 +252,7 @@ struct
handleNextChr (1, app, Cursor.tillNextChr, newCmd)
| #"T" =>
(* to just before chr, backward *)
clearMode app
handleNextChr (1, app, Cursor.tillPrevChr, newCmd)
| #"y" =>
(* yank *)
clearMode app