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