Mercurial > dotfiles.old
annotate teamocil/drone.yml @ 29:599325301323
Configure neocomplete
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 01 Apr 2014 20:46:24 +0200 |
parents | d20278638011 |
children |
rev | line source |
---|---|
8 | 1 session: |
2 name: "HOP - Drone" | |
3 windows: | |
4 - name: "report" | |
5 root: "~/Documents/UGent/HOPDrone/report" | |
6 panes: | |
7 - cmd: "vim report.tex" | |
8 height: 75 | |
9 - cmd: "l images/" | |
10 height: 25 | |
11 - name: "code" | |
12 root: "~/Documents/UGent/HOPDrone/code" | |
13 panes: | |
14 - cmd: "vim src/main.c" | |
15 width: 60 | |
16 - cmd: "git status" | |
17 width: 40 | |
18 height: 40 | |
19 - cmd: | |
20 - "vagrant up" | |
21 - "vagrant ssh" |