user.core.edit.insert_between.py

Modules

Actions

user.insert_between(before: str, after: str)

Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines.

user.insert_cursor(text: str)

Insert a string. Leave the cursor wherever [|] is in the text