snippetbashTip
ghostty — A fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acce
Viewed 0 times
ghosttyfeaturecommandrichandclicrossfast
Problem
How to use the
ghostty command: A fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration. Note: All options from the configuration file can also be used on the command-line (using --option=argument). More information: <https://ghostty.org/docs/config/reference>.Solution
ghostty — A fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration. Note: All options from the configuration file can also be used on the command-line (using --option=argument). More information: <https://ghostty.org/docs/config/reference>.Open a new Ghostty window (not supported on macOS):
ghosttyRun a specific command in a new Ghostty window (not supported on macOS):
ghostty -e {{command}}List all default and configured keybindings:
ghostty +list-keybindsList all actions (i.e. what can be triggered via keybindings):
ghostty +list-actionsBrowse an interactive list of themes:
ghostty +list-themesPrint the default configuration (including comments):
ghostty +show-config --default --docsCode Snippets
Open a new Ghostty window (not supported on macOS)
ghosttyRun a specific command in a new Ghostty window (not supported on macOS)
ghostty -e {{command}}List all default and configured keybindings
ghostty +list-keybindsList all actions (i.e. what can be triggered via keybindings)
ghostty +list-actionsBrowse an interactive list of themes
ghostty +list-themesContext
tldr-pages: common/ghostty
Revisions (0)
No revisions yet.