From bdf05773400cd7775374ca958af1274c307550ec Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 31 Dec 2019 09:45:00 +0100 Subject: [PATCH] Feat: Add bopytex tmuxp config --- files/dotfiles/tmuxp/bopytex.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 files/dotfiles/tmuxp/bopytex.yml diff --git a/files/dotfiles/tmuxp/bopytex.yml b/files/dotfiles/tmuxp/bopytex.yml new file mode 100644 index 0000000..66ee989 --- /dev/null +++ b/files/dotfiles/tmuxp/bopytex.yml @@ -0,0 +1,20 @@ +session_name: bopytex +start_directory: ~/scripts/Bopytex/ +shell_command_before: source venv/bin/activate.fish + + +windows: + - window_name: Editor + focus: true + panes: + - vim -c NERDTree + - window_name: Server + layout: main-vertical + panes: + - git fetch && git status + - tig + - window_name: Testing + layout: main-vertical + panes: + - blank + - blank