diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-03-25 10:33:32 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-03-25 10:33:32 +0000 |
commit | 9c6f1f8f3f5b5e0a68bfd493df245aed1736faef (patch) | |
tree | c5828c89cfd8ffbffc99f3199c651bdb442f216d /vim/vimrc | |
parent | 94e1faac9f163c66b053e1194e41fdfd633d1a4e (diff) |
Some changes
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> |