summaryrefslogtreecommitdiffstats
path: root/latex/.local
diff options
context:
space:
mode:
Diffstat (limited to 'latex/.local')
-rwxr-xr-xlatex/.local/bin/szathura3
1 files changed, 3 insertions, 0 deletions
diff --git a/latex/.local/bin/szathura b/latex/.local/bin/szathura
new file mode 100755
index 0000000..019ac06
--- /dev/null
+++ b/latex/.local/bin/szathura
@@ -0,0 +1,3 @@
+#!/bin/sh
+FNAME=$PWD/$1
+zathura -x "gvim --servername $FNAME -c \"let g:syncpdf='$FNAME'\" --remote +%{line} %{input}" $*