zathurarc 466 B

1234567891011121314151617181920
  1. set selection-clipboard clipboard
  2. set first-page-column 1:1
  3. map D set "first-page-column 1:1"
  4. map <C-d> set "first-page-column 1:2"
  5. # set sandbox strict
  6. set adjust-open best-fit
  7. set database sqlite
  8. #set show-scrollbars true
  9. #set show-h-scrollbar true
  10. #does not work :/
  11. #set sandbox strict
  12. #LaTeX synctex
  13. set synctex
  14. #https://vi.stackexchange.com/questions/31187/launching-vim-with-a-servername
  15. set synctex-editor-command 'vim --remote-silent +%{line} %{input}'