implement 'dG' motion (need to test it next)

This commit is contained in:
2025-10-16 01:13:14 +01:00
parent 5fcee88911
commit a855cecd25
3 changed files with 32 additions and 5 deletions

View File

@@ -274,6 +274,7 @@ struct
| #"n" => NormalDelete.deleteToNextMatch (app, count, time)
| #"N" => NormalDelete.deleteToPrevMatch (app, count, time)
| #"%" => NormalDelete.deletePair (app, time)
| #"G" => NormalDelete.deleteToEnd (app, time)
(* non-terminal commands which require appending chr *)
| #"t" => appendChr (app, chrCmd, str)
| #"T" => appendChr (app, chrCmd, str)