2025-02-21 22:59:34 +01:00
|
|
|
# ghostty
|
|
|
|
|
|
|
|
> A fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.
|
2025-05-04 05:15:17 +03:00
|
|
|
> Note: All options from the configuration file can also be used on the command-line (using `--option=argument`).
|
2025-02-21 22:59:34 +01:00
|
|
|
> More information: <https://ghostty.org/docs/config/reference>.
|
|
|
|
|
|
|
|
- Open a new Ghostty window (not supported on macOS):
|
|
|
|
|
|
|
|
`ghostty`
|
|
|
|
|
|
|
|
- Run a specific command in a new Ghostty window (not supported on macOS):
|
|
|
|
|
|
|
|
`ghostty -e {{command}}`
|
|
|
|
|
|
|
|
- List all default and configured keybindings:
|
|
|
|
|
|
|
|
`ghostty +list-keybinds`
|
|
|
|
|
|
|
|
- List all actions (i.e. what can be triggered via keybindings):
|
|
|
|
|
|
|
|
`ghostty +list-actions`
|
|
|
|
|
|
|
|
- Browse an interactive list of themes:
|
|
|
|
|
|
|
|
`ghostty +list-themes`
|
|
|
|
|
|
|
|
- Print the default configuration (including comments):
|
|
|
|
|
|
|
|
`ghostty +show-config --default --docs`
|