summaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-03-25 10:33:32 +0000
committerUrbain Vaes <urbain@vaes.uk>2015-03-25 10:33:32 +0000
commit9c6f1f8f3f5b5e0a68bfd493df245aed1736faef (patch)
treec5828c89cfd8ffbffc99f3199c651bdb442f216d /vim/vimrc
parent94e1faac9f163c66b053e1194e41fdfd633d1a4e (diff)
Some changes
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 1d396ff..1ef49d4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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>