#!/bin/sh FNAME=$PWD/$1 zathura -x "gvim --servername $FNAME -c \"let g:syncpdf='$FNAME'\" --remote +%{line} %{input}" $*