First commit

This commit is contained in:
J.Fernando Sánchez
2012-12-01 05:11:06 +01:00
commit e4c1487749
29 changed files with 2446 additions and 0 deletions

11
vim/ftplugin/tex.vim Normal file
View File

@@ -0,0 +1,11 @@
setlocal formatoptions+=wa
function! SyncTexForward()
let execstr = "silent !okular --unique ".LatexBox_GetOutputFile()."\\#src:".line(".")."%:p &"
exec execstr
endfunction
nmap <Leader>f :call SyncTexForward()<CR>
map <leader>ct yyp:s/begin/end/<CR>