aboutsummaryrefslogtreecommitdiff
path: root/configs/tmux_start
diff options
context:
space:
mode:
Diffstat (limited to 'configs/tmux_start')
-rwxr-xr-xconfigs/tmux_start14
1 files changed, 14 insertions, 0 deletions
diff --git a/configs/tmux_start b/configs/tmux_start
new file mode 100755
index 0000000..22d665d
--- /dev/null
+++ b/configs/tmux_start
@@ -0,0 +1,14 @@
+#!/usr/bin/tmux source-file
+
+new-session -d
+
+split-window -d -t 0 -h
+split-window -d -t 1 -v
+
+send-keys -t 0 '' enter
+send-keys -t 1 'htop' enter C-l
+
+select-pane -t 0
+
+attach
+