Skip to content

Instantly share code, notes, and snippets.

View j-jith's full-sized avatar

Jithin Jith j-jith

View GitHub Profile
@j-jith
j-jith / synctex vim qpdfview
Last active January 25, 2019 02:53 — forked from bennygit/synctex vim qpdfview
synctex vim qpdfview
# qpdfview synctex vim synchronization
# for qpdfview (Settings > Behavior > Source editor)
vim --servername vimtex --remote-silent +%2<Enter>zz %1
# for alias in .bashrc
alias vimtex='vim --servername vimtex'