diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-03-30 14:39:35 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-03-30 14:39:35 +0100 |
commit | ba32e190403ceb3ebf0eb402f0c7a044340dc45c (patch) | |
tree | 99b0db1e929076142e51956ddf77a7b7821902ae | |
parent | a0921a665773c4ffedd5d6d631b6e0de2547f954 (diff) |
auto-commit
-rw-r--r-- | vim/vimrc | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -43,17 +43,11 @@ let g:UltiSnipsSnippetDirectories=['UltiSnips', 'mySnippets'] let g:ctrlp_open_new_file = 't' noremap <c-h> :UltiSnipsEdit<Return> +" Vimtex let g:vimtex_fold_enabled=0 let g:vimtex_view_method='zathura' let g:vimtex_latexmk_continuous=1 -let g:vimtex_quickfix_mode=2 - -nnoremap <LocalLeader>i :VimtexCompile<CR> -nnoremap <LocalLeader>e :VimtexErrors<CR> -nnoremap <LocalLeader>v :VimtexView<CR> -nnoremap <LocalLeader>k :VimtexStop<CR>:VimtexClean<CR> -nnoremap <LocalLeader>t :VimtexTocToggle<CR> -nnoremap <LocalLeader>h :split header.sty<CR> +let g:vimtex_quickfix_mode=0 " Gundo nnoremap <F5> :GundoToggle<cr> |