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
13 changes: 13 additions & 0 deletions src/content/docs/reference/features/edit-active-document.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export const attribs = {

<CenterIcon Icon={NeuroPilotEdit} credits="Edit active document logo by KTrain5369" attribs={attribs} />


## Limitations

There is a 100,000 character limit for all editing actions.

## Cursor

*See also: [Reference/Cursor](/docs/reference/cursor)*
Expand Down Expand Up @@ -46,6 +51,14 @@ For all other options, Neuro can choose to use either glob patterns or regex to
A special variant of the Insert Text action that automatically adds below a line rather than at the cursor.
By default it inserts below the cursor.

## Rewrite Lines

Rewrites the specified line range with the given content.

## Rewrite All

Completely rewrites the contents of the file and places the cursor at the start of the file.

## Undo

This allows Neuro to undo the last editing action.
Expand Down