From d1135ff55db85ef81bbe2bd8f283cdbbd5464298 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 13 Jul 2020 21:30:32 +0200 Subject: Show map and add marks with right click --- .tmuxinator.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .tmuxinator.yml (limited to '.tmuxinator.yml') diff --git a/.tmuxinator.yml b/.tmuxinator.yml new file mode 100644 index 0000000..45f4dd4 --- /dev/null +++ b/.tmuxinator.yml @@ -0,0 +1,11 @@ +name: map + +windows: + - main: + panes: + - ocaml: + - ./dev watch-ocaml + - js: + - ./dev watch-js + - server: + - python -m http.server --directory public -- cgit v1.2.3