Skip to content
Snippets Groups Projects
tasks.json 232 B
Newer Older
Luke Naylor's avatar
Luke Naylor committed
[
  {
    "label": "Forward Search",
    "command": "zathura --synctex-forward \"$ZED_ROW:$ZED_COLUMN:$ZED_FILE\" -x \".zed/inverse.sh %{input} %{line}\" tex/main.pdf",
    "allow_concurrent_runs": true,
    "reveal": "never"
  }
]