Update cheatsheets

This commit is contained in:
ivuorinen
2025-02-22 00:17:04 +00:00
parent e6b267c26e
commit 4d25c6d1dd
2 changed files with 35 additions and 1 deletions

34
tldr/ghostty Normal file
View File

@@ -0,0 +1,34 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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):
`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`

View File

@@ -31,4 +31,4 @@ source: https://github.com/tldr-pages/tldr.git
- Uninstall a specific plugin:
`vagrant uninstall {{vagrant_vbguest}}`
`vagrant plugin uninstall {{vagrant_vbguest}}`