From 11fe6c9eb16340520ae711503d0f70094623fb58 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 28 Jul 2019 11:33:59 +0200 Subject: [PATCH] Feat: add tmuxp session for viescopytex --- files/dotfiles/tmuxp/viescopytex.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 files/dotfiles/tmuxp/viescopytex.yml diff --git a/files/dotfiles/tmuxp/viescopytex.yml b/files/dotfiles/tmuxp/viescopytex.yml new file mode 100644 index 0000000..5aec9d0 --- /dev/null +++ b/files/dotfiles/tmuxp/viescopytex.yml @@ -0,0 +1,20 @@ +session_name: viescopytex +start_directory: ~/scripts/viescopytex/ +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