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