index
:
foo-scripts.git
Some more or less useful scripts/patches/configs.
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
configs
/
tmux_start
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
toni <toni@devlap.local>
2015-09-06 19:19:50 +0200
committer
toni <toni@devlap.local>
2015-09-06 19:19:50 +0200
commit
7c927a7288d6767f399ff632902d29f7d472c07e
(
patch
)
tree
dad0585f20fd372d08bf15abfceee53426d76e82
/
configs/tmux_start
parent
29ef3c89f9afe10f5810d5f998f02985db77d6f1
(
diff
)
TMUX cfg's
Diffstat
(limited to 'configs/tmux_start')
-rwxr-xr-x
configs/tmux_start
14
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
+