Skip to content

Commit

Permalink
[tmux/es] fix link and delete duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed May 28, 2024
1 parent 16d4cb7 commit f567343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 249 deletions.
13 changes: 2 additions & 11 deletions es-es/tmux-es.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,20 @@ translators:
lang: es-es
---


[tmux](http://tmux.sourceforge.net)
[tmux](https://github.com/tmux/tmux)
es un terminal multiplexor: habilita la creación, acceso y control
de múltiples terminales controlados desde una sola pantalla. tmux
puede ser separado de una pantalla y continuar corriendo en el fondo
y luego ser insertado nuevamente.


```
tmux [command] # Corre un comando
# 'tmux' sin comandos creará una nueva sesión
new # Crea una nueva sesión
-s "Session" # Crea sesión con nombre
-n "Window" # Crea ventana con nombre
-c "/dir" # Comienza en el directorio destino
-c "/dir" # Comienza en el directorio destino
attach # Adjunta sesión última/disponible
-t "#" # Adjunta sesión destino
Expand Down Expand Up @@ -53,7 +51,6 @@ y luego ser insertado nuevamente.
-a -t "#" # Cierra todas las sesiones menos el destino
```


### Atajos de Teclado

El método para controlar una sesión adjunta tmux es mediante
Expand Down Expand Up @@ -108,7 +105,6 @@ combinaciones de teclas llamadas teclas 'Prefijo'.
M-Left, M-Right
```


### Configurando ~/.tmux.conf

tmux.conf puede usarse para establecer opciones automáticas al arrancar, parecido a como .vimrc o init.el hacen.
Expand Down Expand Up @@ -235,15 +231,10 @@ set -g status-interval 4
set -g status-right "#[fg=green] | #[fg=white]#(tmux-mem-cpu-load)#[fg=green] | #[fg=cyan]%H:%M #[default]"
```


### Referencias

[Tmux | Inicio](http://tmux.sourceforge.net)

[Tmux Manual](http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1?query=tmux)

[Gentoo Wiki](http://wiki.gentoo.org/wiki/Tmux)

[Archlinux Wiki](https://wiki.archlinux.org/index.php/Tmux)

[Mostrar CPU/MEM % en barra de estado](https://stackoverflow.com/questions/11558907/is-there-a-better-way-to-display-cpu-usage-in-tmux)
238 changes: 0 additions & 238 deletions es-es/tmux.html.markdown

This file was deleted.

0 comments on commit f567343

Please sign in to comment.