add d% motion for deleting a matching pair

This commit is contained in:
2025-08-08 07:30:39 +01:00
parent f848d4f301
commit 3b8faf28e4
2 changed files with 40 additions and 1 deletions

View File

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