Skip to content

Commit b48987d

Browse files
committed
docs(glossary): Use {toolref} for send_keys in SIGINT/SIGQUIT definitions
why: {ref} renders as plain text. {toolref} renders as code-formatted linked text, matching how tool names appear elsewhere in the docs.
1 parent 521d2aa commit b48987d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/glossary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Socket
3535
The Unix socket used to communicate with a tmux server. Can be specified by name (`-L`) or path (`-S`).
3636
3737
SIGINT
38-
Interrupt signal (Ctrl-C). Sent via {ref}`send-keys` with `keys: "C-c"` and `enter: false`. Most processes terminate gracefully on SIGINT.
38+
Interrupt signal (Ctrl-C). Sent via {toolref}`send-keys` with `keys: "C-c"` and `enter: false`. Most processes terminate gracefully on SIGINT.
3939
4040
SIGQUIT
41-
Quit signal (Ctrl-\\). Sent via {ref}`send-keys` with `keys: "C-\\"` and `enter: false`. Stronger than {term}`SIGINT` — may produce a core dump on Unix. Use as an escalation when SIGINT is ignored.
41+
Quit signal (Ctrl-\\). Sent via {toolref}`send-keys` with `keys: "C-\\"` and `enter: false`. Stronger than {term}`SIGINT` — may produce a core dump on Unix. Use as an escalation when SIGINT is ignored.
4242
```

0 commit comments

Comments
 (0)