From f328d7144920c34cde0b78a785e3039993aae808 Mon Sep 17 00:00:00 2001 From: frogneko Date: Sun, 31 Aug 2025 00:12:36 +0300 Subject: [PATCH] Add Delete Lines action and Update Rewrite Lines action docs --- .../docs/reference/features/edit-active-document.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/docs/reference/features/edit-active-document.mdx b/src/content/docs/reference/features/edit-active-document.mdx index ee1b33a..694fec1 100644 --- a/src/content/docs/reference/features/edit-active-document.mdx +++ b/src/content/docs/reference/features/edit-active-document.mdx @@ -53,7 +53,11 @@ By default it inserts below the cursor. ## Rewrite Lines -Rewrites the specified line range with the given content. +Rewrites the specified range of lines with the given content and places the cursor at the end of the last inserted line. + +## Delete Lines + +Deletes the specified range of lines and moves the cursor to the end of the previous line. ## Rewrite All