4 lines
105 B
Text
4 lines
105 B
Text
|
#!/bin/bash
|
||
|
|
||
|
zathura -x "vim --servername latex -c \"let g:syncpdf='$1'\" --remote +%{line} %{input}" $*
|