matches:
- label: exclamation mark
replace: '!'
trigger: \mathexclam
word: true
- label: number sign
replace: '#'
trigger: \mathoctothorpe
word: true
- label: dollar sign
replace: $
trigger: \mathdollar
word: true
- label: percent sign
replace: '%'
trigger: \mathpercent
word: true
- label: ampersand
replace: '&'
trigger: \mathampersand
word: true
- label: left parenthesis
replace: (
trigger: \lparen
word: true
- label: right parenthesis
replace: )
trigger: \rparen
word: true
- label: 'plus sign b:'
replace: +
trigger: \mathplus
word: true
- label: comma
replace: ','
trigger: \mathcomma
word: true
- label: full stop, period
replace: .
trigger: \mathperiod
word: true
- label: solidus
replace: /
trigger: \mathslash
word: true
- label: colon
replace: ':'
trigger: \mathcolon
word: true
- label: 'semicolon p:'
replace: ;
trigger: \mathsemicolon
word: true
- label: 'less-than sign r:'
replace: <
trigger: \less
word: true
- label: 'equals sign r:'
replace: '='
trigger: \equal
word: true
- label: 'greater-than sign r:'
replace: '>'
trigger: \greater
word: true
- label: question mark
replace: '?'
trigger: \mathquestion
word: true
- label: commercial at
replace: '@'
trigger: \mathatsign
word: true
- label: left square bracket
replace: '['
trigger: \lbrack
word: true
- label: reverse solidus
replace: \
trigger: \backslash
word: true
- label: right square bracket
replace: ']'
trigger: \rbrack
word: true
- label: left curly bracket
replace: '{'
trigger: \lbrace
word: true
- label: vertical bar
replace: '|'
trigger: \vert
word: true
- label: right curly bracket
replace: '}'
trigger: \rbrace
word: true
- label: pound sign
replace: "\xA3"
trigger: \mathsterling
Show more