diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-06 08:33:50 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-06 08:33:50 -0700 |
commit | 3e687f1a8ccb1cd0d52a966005551d528ca141df (patch) | |
tree | 30d433ba19ec49808cc0f0de8a161835ad5f29c9 /es-es/tmux-es.html.markdown | |
parent | 9fa4b5af80f1cd7fe2469c198d02a21e4f8884a1 (diff) |
Remove leading and trailing empty lines in code blocks
Diffstat (limited to 'es-es/tmux-es.html.markdown')
-rw-r--r-- | es-es/tmux-es.html.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/es-es/tmux-es.html.markdown b/es-es/tmux-es.html.markdown index a7354be1..45800c72 100644 --- a/es-es/tmux-es.html.markdown +++ b/es-es/tmux-es.html.markdown @@ -18,7 +18,6 @@ y luego ser insertado nuevamente. ``` - tmux [command] # Corre un comando # 'tmux' sin comandos creará una nueva sesión @@ -52,7 +51,6 @@ y luego ser insertado nuevamente. -t "#" # Cierra la sesión destino -a # Cierra todas las sesiones -a -t "#" # Cierra todas las sesiones menos el destino - ``` @@ -108,7 +106,6 @@ combinaciones de teclas llamadas teclas 'Prefijo'. M-Up, M-Down # Redimensiona el panel actual en pasos de cinco celdas M-Left, M-Right - ``` @@ -236,7 +233,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]" - ``` |