We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bb8969 + 9bedf49 commit d0ebf4aCopy full SHA for d0ebf4a
docs/config/keybind/index.mdx
@@ -9,6 +9,14 @@ The configuration reference has detailed reference documentation
9
for the option, but this page will give a high-level overview
10
of how to specify keybindings in Ghostty.
11
12
+<Note>
13
+The CLI command `list-keybinds` can be used to list all the available keybinds for Ghostty.
14
+You can run this to see the default ones:
15
+```sh
16
+ghostty +list-keybinds --default
17
+```
18
+</Note>
19
+
20
The basic syntax of a keybinding configuration is:
21
22
```ini
0 commit comments