Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.
/ vim-evince-synctex Public archive

Forward and backward search (synctex) between gvim and Evince

Notifications You must be signed in to change notification settings

gauteh/vim-evince-synctex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Vim <-> Evince forward and backward search for vim-LaTeXSuite and VimTeX

This plugin provides backwards and forward search between GVIM and Evince.

Only works on GVIM at the moment.

Installation

Should work with standard plugin managers.

Requirements

  • Evince
  • Python 3
  • Python 2

Usage

" compile your pdf with --synctex support:
let g:Tex_CompileRule_pdf =
      \ 'pdflatex --synctex=1 -interaction=nonstopmode -shell-escape "$*"'

Use \ls to forward search, use Ctrl+Left Mouse to backward search.

" Bind forward search (this command is provided by us)
nnoremap <leader>lf :VimtexForwardSearch<CR>

Use \lf to forward search, use Ctrl+Left Mouse to backward search.

Resources and previous work

evince_dbus.py:

evince-backward-search:

Other resources:

About

Forward and backward search (synctex) between gvim and Evince

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published