Skip to content

Instantly share code, notes, and snippets.

@goofansu
Created July 1, 2026 09:52
Show Gist options
  • Select an option

  • Save goofansu/66e68cc8c2634845ba23e1eee933db1e to your computer and use it in GitHub Desktop.

Select an option

Save goofansu/66e68cc8c2634845ba23e1eee933db1e to your computer and use it in GitHub Desktop.
Set up the § section sign in Alfred Snippets

Typing the § section sign with Alfred Snippets on macOS

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.

Setup

  1. Open Alfred Preferences.
  2. Go to Features → Snippets.
  3. Create or choose a snippet collection.
  4. Add a new snippet:
    • Name: Section sign
    • Keyword: :sec or ;s
    • Snippet: §
  5. Enable Automatically expand snippets by keyword if you want expansion while typing.

Usage

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment