"setlocal formatoptions+=wa function! SyncTexForward() let execstr = "silent !okular --unique ".LatexBox_GetOutputFile()."\\#src:".line(".")."%:p &" exec execstr endfunction nmap f :call SyncTexForward() map ct yyp:s/begin/end/