21 lines
399 B
YAML
21 lines
399 B
YAML
|
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
|