From a0fa879f285470d5c995fcef7a0d438daed2e087 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Tue, 16 Jul 2019 19:03:15 -0300 Subject: [PATCH] Add tmuxinator conf for work with satisloh --- tmuxinator/satisloh.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tmuxinator/satisloh.yml diff --git a/tmuxinator/satisloh.yml b/tmuxinator/satisloh.yml new file mode 100644 index 0000000..a23aaff --- /dev/null +++ b/tmuxinator/satisloh.yml @@ -0,0 +1,12 @@ +# vim: modelines=0 + +name: satisloh +root: ~/code/satisloh/MES_HW_COMM_BOX +windows: + - vim: source venv/bin/activate; vim . + - serve: + layout: even-vertical + panes: + - source venv/bin/activate; python manager.py runserver 3030 + - source venv/bin/activate + - zsh: source venv/bin/activate