user.plugin.symbols.symbols
| new line | Insert “\n” |
| double dash | Insert “–” |
| triple quote | Insert “’’’” |
| (triple grave | triple back tick | gravy) | Insert text at the current cursor position |
| (dot dot | dotdot) | Insert “..” |
| ellipses | Insert “…” |
| (comma and | spamma) | Insert “, “ |
| arrow | Insert “->” |
| dub arrow | Insert “=>” |
| empty dub string | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| empty escaped (dub string | dub quotes) | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| empty string | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| empty escaped string | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| (inside parens | args) | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| inside (squares | square brackets | list) | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| inside (bracket | braces) | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| inside percent | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| inside (quotes | string) | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| inside (double quotes | dub quotes) | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| inside (graves | back ticks) | Insert `before + after`, leaving cursor between `before` and `after`. Not entirely reliable if `after` contains newlines. |
| angle that | Let <text> be None Pastes text and preserves clipboard |
| (square | square bracket) that | Let <text> be None Pastes text and preserves clipboard |
| (bracket | brace) that | Let <text> be None Pastes text and preserves clipboard |
| (parens | args) that | Let <text> be None Pastes text and preserves clipboard |
| percent that | Let <text> be None Pastes text and preserves clipboard |
| quote that | Let <text> be None Pastes text and preserves clipboard |
| (double quote | dub quote) that | Let <text> be None Pastes text and preserves clipboard |
| (grave | back tick) that | Let <text> be None Pastes text and preserves clipboard |