Skip to content

Commit 01afaa8

Browse files
authored
Merge branch 'master' into chore/conventions
2 parents f668228 + 1eb4398 commit 01afaa8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/content/docs/reference/features/edit-active-document.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ By default it inserts below the cursor.
5353

5454
## Rewrite Lines
5555

56-
Rewrites the specified line range with the given content.
56+
Rewrites the specified range of lines with the given content and places the cursor at the end of the last inserted line.
57+
58+
## Delete Lines
59+
60+
Deletes the specified range of lines and moves the cursor to the end of the previous line.
5761

5862
## Rewrite All
5963

0 commit comments

Comments
 (0)