On macOS, § is normally typed with Option+6 on many keyboard layouts. If that key combo is captured by tmux, your terminal, or another app shortcut, an Alfred Snippet is a reliable workaround.
- Open Alfred Preferences.
- Go to Features → Snippets.
- Create or choose a snippet collection.
- Add a new snippet:
- Name: Section sign
- Keyword:
:secor;s - Snippet:
§
- Enable Automatically expand snippets by keyword if you want expansion while typing.
Type your keyword, for example:
:sec
Alfred expands it to:
§
Useful for references like:
§12
§§12–14
§ is the section sign, commonly used for sections in legal, technical, or structured documents.