Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/content/docs/reference/features/edit-active-document.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down