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