summaryrefslogtreecommitdiffhomepage
path: root/tmux.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-06 08:33:50 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-06 08:33:50 -0700
commit3e687f1a8ccb1cd0d52a966005551d528ca141df (patch)
tree30d433ba19ec49808cc0f0de8a161835ad5f29c9 /tmux.html.markdown
parent9fa4b5af80f1cd7fe2469c198d02a21e4f8884a1 (diff)
Remove leading and trailing empty lines in code blocks
Diffstat (limited to 'tmux.html.markdown')
-rw-r--r--tmux.html.markdown4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux.html.markdown b/tmux.html.markdown
index 095e24fb..0ebe6368 100644
--- a/tmux.html.markdown
+++ b/tmux.html.markdown
@@ -15,7 +15,6 @@ then later reattached.
```
-
tmux [command] # Run a command
# 'tmux' with no commands will create a new session
@@ -49,7 +48,6 @@ then later reattached.
-t "#" # Kill target session
-a # Kill all sessions
-a -t "#" # Kill all sessions but the target
-
```
@@ -106,7 +104,6 @@ combinations called 'Prefix' keys.
M-Up, M-Down # Resize the current pane in steps of five cells
M-Left, M-Right
-
```
@@ -229,7 +226,6 @@ set -g status-left "#[fg=red] #H#[fg=green]:#[fg=white]#S#[fg=green] |#[default]
# Requires 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]"
-
```