view teamocil/drone.yml @ 124:474a8dbb1ac5

Ignore certain filetypes when completing for (m)vim
author zegervdv <zegervdv@me.com>
date Mon, 29 Sep 2014 21:42:23 +0200
parents d20278638011
children
line wrap: on
line source

session:
  name: "HOP - Drone"
  windows:
    - name: "report"
      root: "~/Documents/UGent/HOPDrone/report"
      panes:
        - cmd: "vim report.tex"
          height: 75
        - cmd: "l images/"
          height: 25
    - name: "code"
      root: "~/Documents/UGent/HOPDrone/code"
      panes:
        - cmd: "vim src/main.c"
          width: 60
        - cmd: "git status"
          width: 40
          height: 40
        - cmd:
          - "vagrant up"
          - "vagrant ssh"