Skip to content

Commit d0ebf4a

Browse files
authored
Merge pull request #324 from uzantome/patch-1
Add `+list-keybinds` note for people searching for default keybindings
2 parents 5bb8969 + 9bedf49 commit d0ebf4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/config/keybind/index.mdx

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ The configuration reference has detailed reference documentation
99
for the option, but this page will give a high-level overview
1010
of how to specify keybindings in Ghostty.
1111

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+
1220
The basic syntax of a keybinding configuration is:
1321

1422
```ini

0 commit comments

Comments
 (0)