Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zellij: add Spanish translation #14725

Merged
merged 2 commits into from
Nov 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions pages.es/common/zellij.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# zellij

> Multiplexor de terminal con baterías incluidas.
> Vea también `tmux` y `screen`.
> Más información: <https://zellij.dev/documentation/>.

- Inicia una nueva sesión con nombre:

`zellij --session {{nombre}}`

- Lista las sesiones existentes:

`zellij list-sessions`

- Abre la sesión más recientemente usada:

`zellij attach`

- Abre un nuevo panel (estando en una sesión de zellij):

`<Alt> + N`

- Desvincula la sesión en curso (estando en una sesión de zellij):

`<Ctrl> + O, D`