mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
tmux: update page and Spanish translation (#11856)
* tmux: update Spanish translation Co-authored-by: Juri Dispan <juri.dispan@posteo.net> * tmux: update page Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
d0481f1e89
commit
7d4fe8100c
3 changed files with 23 additions and 19 deletions
|
@ -1,36 +1,38 @@
|
|||
# tmux
|
||||
|
||||
> Multiplexa varias consolas virtuales.
|
||||
> Multiplexor de terminal.
|
||||
> Permite múltiples sesiones con ventanas, paneles y más.
|
||||
> Ver también: `zellij`, `screen`.
|
||||
> Más información: <https://github.com/tmux/tmux>.
|
||||
|
||||
- Inicia una nueva sesión de tmux:
|
||||
- Inicia una nueva sesión:
|
||||
|
||||
`tmux`
|
||||
|
||||
- Inicia una nueva sesión de tmux y le asigna un nombre:
|
||||
- Inicia una nueva sesión con nombre:
|
||||
|
||||
`tmux new -s {{nombre}}`
|
||||
|
||||
- Muestra las sesiones:
|
||||
- Lista las sesiones existentes:
|
||||
|
||||
`tmux ls`
|
||||
|
||||
- Adjunta a una sesión:
|
||||
- Adjunta a la última sesión utilizada:
|
||||
|
||||
`tmux a`
|
||||
`tmux attach`
|
||||
|
||||
- Adjunta a una sesión con un nombre específico:
|
||||
- Separa la sesión actual (dentro de una sesión tmux):
|
||||
|
||||
`tmux a -t {{nombre}}`
|
||||
`Ctrl-B d`
|
||||
|
||||
- Desconecta de la sesión:
|
||||
- Crea una nueva ventana (dentro de una sesión tmux):
|
||||
|
||||
`Ctrl + B, D`
|
||||
`Ctrl-B c`
|
||||
|
||||
- Elimina una sesión con un nombre específico:
|
||||
- Cambia entre sesiones y ventanas (dentro de una sesión tmux):
|
||||
|
||||
`Ctrl-B w`
|
||||
|
||||
- Da de baja una sesión por su nombre:
|
||||
|
||||
`tmux kill-session -t {{nombre}}`
|
||||
|
||||
- Elimina una sesión cuando se adjunta:
|
||||
|
||||
`Ctrl + B, x (luego se pulsa 'y' para confirmar que sí)`
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# tmux
|
||||
|
||||
> 端末のマルチプレクサ。ウィンドウやペインなどによる複数セッションを可能にします。
|
||||
> `zellij` と `screen` も参照してください。
|
||||
> 端末のマルチプレクサ。
|
||||
> ウィンドウやペインなどによる複数セッションを可能にします。
|
||||
> も参照してください: `zellij`, `screen` 。
|
||||
> 詳しくはこちら: <https://github.com/tmux/tmux>
|
||||
|
||||
- 新規セッションの開始:
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# tmux
|
||||
|
||||
> Terminal multiplexer. It allows multiple sessions with windows, panes, and more.
|
||||
> See also `zellij` and `screen`.
|
||||
> Terminal multiplexer.
|
||||
> It allows multiple sessions with windows, panes, and more.
|
||||
> See also: `zellij`, `screen`.
|
||||
> More information: <https://github.com/tmux/tmux>.
|
||||
|
||||
- Start a new session:
|
||||
|
|
Loading…
Add table
Reference in a new issue