diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-03-26 10:05:17 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-03-26 10:05:17 +0000 |
commit | c21dde32c14395ae0c4d06faddd943432723511b (patch) | |
tree | 42ba610d105b47b37ecd8a8505a2ba0545847d66 /vim/vimrc | |
parent | b4b6ad8508f11e703c300cb9ddf2cade876b318e (diff) |
Updating dotfiles
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> |