Parcourir la source

update zathura configuration in order to fix synctex

Jean-Christophe Bach il y a 8 mois
Parent
commit
ba7acdbc07
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      .config/zathura/zathurarc

+ 3 - 2
.config/zathura/zathurarc

@@ -15,5 +15,6 @@ set database sqlite
 #set sandbox strict
 
 #LaTeX synctex
-set synctex 
-set synctex-editor-command "vim --remote-silent +%{line} %{input}"
+set synctex
+#https://vi.stackexchange.com/questions/31187/launching-vim-with-a-servername
+set synctex-editor-command 'vim --remote-silent +%{line} %{input}'