summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2024-04-03 11:26:46 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2024-04-03 11:26:46 +0200
commitafa0b16ba4ed371092071e635a0fdd688d8efb9c (patch)
tree153099009ffac0d98a0427d6f77c5a5800292ba7 /tmux.conf
parent4fe34a024c77df99b263f6b97c43f9870a9d3160 (diff)
downloadcolonial-twilight-afa0b16ba4ed371092071e635a0fdd688d8efb9c.zip
colonial-twilight-afa0b16ba4ed371092071e635a0fdd688d8efb9c.tar.gz
add tmux.conf
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
new file mode 100644
index 0000000..eaae103
--- /dev/null
+++ b/tmux.conf
@@ -0,0 +1,8 @@
+rename-session "colonial"
+rename-window "main0"
+split-window -h -l 60
+send-keys 'find . -name \*.rb | entr ./check' Enter
+select-pane -t 1
+split-window -v -l 15
+send-keys './run' Enter
+select-pane -t 1