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 /fr-fr/tmux-fr.html.markdown | |
parent | 9fa4b5af80f1cd7fe2469c198d02a21e4f8884a1 (diff) |
Remove leading and trailing empty lines in code blocks
Diffstat (limited to 'fr-fr/tmux-fr.html.markdown')
-rw-r--r-- | fr-fr/tmux-fr.html.markdown | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fr-fr/tmux-fr.html.markdown b/fr-fr/tmux-fr.html.markdown index d353af3b..50704239 100644 --- a/fr-fr/tmux-fr.html.markdown +++ b/fr-fr/tmux-fr.html.markdown @@ -17,7 +17,6 @@ fond, puis rattaché de nouveau. ``` - tmux [command] # Exécute une commande # 'tmux' sans commande créé une nouvelle session @@ -51,7 +50,6 @@ fond, puis rattaché de nouveau. -t "#" # Tue la session cible -a # Tue toutes les sessions -a -t "#" # Tue toutes les sessions sauf la cible - ``` @@ -111,7 +109,6 @@ raccourcis. M-Up, M-Down # Redimensionne le panel courant par pas de cinq cellules M-Left, M-Right - ``` @@ -242,7 +239,6 @@ set -g status-left "#[fg=red] #H#[fg=green]:#[fg=white]#S#[fg=green] |#[default] # Recquiert 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]" - ``` |