mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
ghostty: add Spanish translation (#15774)
This commit is contained in:
parent
47c879a2b0
commit
179fd915bc
1 changed files with 29 additions and 0 deletions
29
pages.es/common/ghostty.md
Normal file
29
pages.es/common/ghostty.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# ghostty
|
||||
|
||||
> Un emulador de terminal rápido, rico en características y multiplataforma que utiliza UI nativa de la plataforma y aceleración GPU.
|
||||
> Nota: todas las opciones del archivo de configuración también pueden utilizarse en la línea de comandos (utilizando `--option=argument`).
|
||||
> Más información: <https://ghostty.org/docs/config/reference>.
|
||||
|
||||
- Abre una nueva ventana de Ghostty (no compatible con macOS):
|
||||
|
||||
`ghostty`
|
||||
|
||||
- Ejecuta un comando específico en una nueva ventana de Ghostty (no compatible con macOS):
|
||||
|
||||
`ghostty -e {{comando}}`
|
||||
|
||||
- Lista todas las combinaciones de teclas predeterminadas y configuradas:
|
||||
|
||||
`ghostty +list-keybinds`
|
||||
|
||||
- Lista todas las acciones (es decir, lo que se puede activar a través de combinaciones de teclas):
|
||||
|
||||
`ghostty +list-actions`
|
||||
|
||||
- Consulta una lista interactiva de temas:
|
||||
|
||||
`ghostty +list-themes`
|
||||
|
||||
- Imprime la configuración por defecto (incluidos los comentarios):
|
||||
|
||||
`ghostty +show-config --default --docs`
|
Loading…
Add table
Reference in a new issue