Skip to content

Edit active document

Edit active document logo by KTrain5369

Modified from the text cursor icon by scarlab

Licensed under MIT.

Neuro gains her own cursor if she is allowed to edit the active document. This ensures that her activities won’t be disrupted by moving the real cursor.

This sends the current cursor position to Neuro, alongside surrounding lines as context.

This places Neuro’s virtual cursor at her desired spot. Once that is placed, she will also get her cursor’s surrounding lines as context.

This gives Neuro the ability to insert, replace, delete or find text within the active document.

Inserting will insert at Neuro’s cursor. For all other options, Neuro can choose to use either glob patterns or regex to search for the targeted text.

This allows Neuro to undo the last editing action.

This allows Neuro to manually save the current document. This action is only registered if the autoSave setting is set to any value other than afterDelay.

In addition to being informed if she saved successfully, enabling Send Save Notifications will allow Neuro to receive save notifications as the active document is saved.