From 5dcaca3816c9bfdf46f9e2d1a0e88b7b3666a813 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Sat, 10 Sep 2022 22:41:02 +0530 Subject: [PATCH] Document new input operation --- docs/en/src/input-operation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/src/input-operation.md b/docs/en/src/input-operation.md index b3a1161..fa33075 100644 --- a/docs/en/src/input-operation.md +++ b/docs/en/src/input-operation.md @@ -15,6 +15,7 @@ Cursor based input operation can be one of the following: - "DeletePreviousWord" - "DeleteNextWord" - "DeleteLine" +- "DeleteTillEnd" ## Also See: