user.core.text.text
| phrase <user.text>$ | Adds a phrase to the phrase history Insert text at the current cursor position |
| phrase <user.text> over | Adds a phrase to the phrase history Insert text at the current cursor position |
| {user.prose_formatter} <user.prose>$ | Inserts a phrase formatted according to formatters. Formatters is a comma separated list of formatters (e.g. ‘CAPITALIZE_ALL_WORDS,DOUBLE_QUOTED_STRING’) |
| {user.prose_formatter} <user.prose> over | Inserts a phrase formatted according to formatters. Formatters is a comma separated list of formatters (e.g. ‘CAPITALIZE_ALL_WORDS,DOUBLE_QUOTED_STRING’) |
| <user.format_text>+$ | Insert a list of strings, sequentially. |
| <user.format_text>+ over | Insert a list of strings, sequentially. |
| <user.formatters> that | Reformats the current selection. |
| word <user.word> | Adds a phrase to the phrase history Insert text at the current cursor position |
| proud <user.word> | Inserts a phrase formatted according to formatters. Formatters is a comma separated list of formatters (e.g. ‘CAPITALIZE_ALL_WORDS,DOUBLE_QUOTED_STRING’) |
| recent list | Toggles list of recent phrases |
| recent close | Hides the recent phrases window |
| recent repeat <number_small> | Let <recent_phrase> be Gets the nth most recent phrase Adds a phrase to the phrase history Insert text at the current cursor position |
| recent copy <number_small> | Set clipboard text |
| select that | Selects the last phrase |
| before that | Moves left before the last phrase |
| nope that | scratch that | Clears the last phrase |
| nope that was <user.formatters> | Clears and reformats last formatted phrase |