diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-11-13 12:46:33 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-11-13 12:46:33 +0000 |
commit | 613f28eb886177d1527238c4c6e507a9a0a57aff (patch) | |
tree | ebc6a65610055df0bc3edebc3245aa19bfd8b75b /vim | |
parent | fdc679a630a79d54407db6e6f680936cba907d4f (diff) | |
parent | 54c004af0096bf7bc913b76f189bca1e23853113 (diff) |
resolving conflict
Diffstat (limited to 'vim')
-rw-r--r-- | vim/mySnippets/vim.snippets | 3 | ||||
-rw-r--r-- | vim/vimrc | 17 |
2 files changed, 14 insertions, 6 deletions
diff --git a/vim/mySnippets/vim.snippets b/vim/mySnippets/vim.snippets index 41f9024..e69de29 100644 --- a/vim/mySnippets/vim.snippets +++ b/vim/mySnippets/vim.snippets @@ -1,3 +0,0 @@ -snippet test "Description" b -tste -endsnippet @@ -53,15 +53,26 @@ function! SynctexShow() exec execline end endfunction -nnoremap <Leader>lv :call SynctexShow()<CR><CR> -nnoremap <Leader>lc :Latexmk<CR> -nnoremap <Leader>ls :LatexmkStop<CR>:LatexmkClean<CR> + +" Access +nnoremap <LocalLeader>a :call SynctexShow()<CR><CR> + +" Initiate +nnoremap <LocalLeader>i :Latexmk<CR> + +" Open +nnoremap <LocalLeader>o :LatexView<CR> + +" Kill +nnoremap <LocalLeader>k :LatexmkStop<CR>:LatexmkClean<CR> " Gundo nnoremap <F5> :GundoToggle<cr> " Nerdtree nnoremap <F3> :NERDTreeToggle<cr> + + let NERDTreeIgnore=['\.pdf$', '\~$','\.toc$', \ '\.fls$','\.bbl$','\.blg$', \ '\.out$', '\.log$','\.aux$','\.sty$', |