Skip to content
Snippets Groups Projects
Commit 18184b2c authored by Luke Naylor's avatar Luke Naylor
Browse files

Zed settings

parent 0de85359
No related branches found
No related tags found
No related merge requests found
Pipeline #44511 failed
#!/usr/bin/bash
file=`echo $1 | sed -e s./root/workdir.$PWD.`
line=$2
zed $file:$line
[
{
"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"
}
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment