diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ nnoremap <LocalLeader>i :Latexmk<CR> nnoremap <LocalLeader>e :LatexErrors<CR> nnoremap <LocalLeader>o :LatexView<CR> nnoremap <LocalLeader>k :LatexmkStop<CR>:LatexmkClean<CR> +nnoremap <LocalLeader>h :split header.sty<CR> " Gundo nnoremap <F5> :GundoToggle<cr> |