summaryrefslogtreecommitdiffhomepage
path: root/tmux.html.markdown
diff options
context:
space:
mode:
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]"
-
```