There are a few different ways to insert new code, and they are all expressed in relation to the current expression.
Key | Command | Description |
---|---|---|
i | symex-insert-at-beginning | Insert at the start of the expression. If it is a form, then insert inside the form. |
a | symex-append-at-end | Insert at the end of the expression. If it is a form, then insert inside the form. |
I | symex-insert-before | Insert before the expression. If it is a form, then insert outside the form. |
A | symex-insert-after | Insert after the expression. If it is a form, then insert outside the form. |