summaryrefslogtreecommitdiffhomepage
path: root/es-es/tmux.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'es-es/tmux.html.markdown')
-rw-r--r--es-es/tmux.html.markdown4
1 files changed, 0 insertions, 4 deletions
diff --git a/es-es/tmux.html.markdown b/es-es/tmux.html.markdown
index aaa4cb59..cd29a972 100644
--- a/es-es/tmux.html.markdown
+++ b/es-es/tmux.html.markdown
@@ -16,7 +16,6 @@ más tarde.
```
-
tmux [command] # Correr un comando de tmux
# 'tmux' sin comando crea una nueva sesión.
@@ -50,7 +49,6 @@ más tarde.
-t "#" # Eliminar la sesión "#"
-a # Eliminar todas las sessiones
-a -t "#" # Eliminar todas las sessiones menos la "#"
-
```
@@ -100,7 +98,6 @@ Para controlar una sesión atada se usa la combinación llamada 'Prefijo' + ataj
M-Up, M-Down # Dimensionar el panel actual en pasos de cinco celdas
M-Left, M-Right
-
```
@@ -225,7 +222,6 @@ set -g status-left "#[fg=red] #H#[fg=green]:#[fg=white]#S#[fg=green] |#[default]
# Requiere https://github.com/thewtex/tmux-mem-cpu-load/
set -g status-interval 4
set -g status-right "#[fg=green] | #[fg=white]#(tmux-mem-cpu-load)#[fg=green] | #[fg=cyan]%H:%M #[default]"
-
```