diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2024-04-03 11:26:46 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2024-04-03 11:26:46 +0200 |
commit | afa0b16ba4ed371092071e635a0fdd688d8efb9c (patch) | |
tree | 153099009ffac0d98a0427d6f77c5a5800292ba7 /tmux.conf | |
parent | 4fe34a024c77df99b263f6b97c43f9870a9d3160 (diff) | |
download | colonial-twilight-afa0b16ba4ed371092071e635a0fdd688d8efb9c.zip colonial-twilight-afa0b16ba4ed371092071e635a0fdd688d8efb9c.tar.gz |
add tmux.conf
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 8 |
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 |