From a9eafd950f9ea4bc20a5a8cd00fd1536cd0a8f2b Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 15 Jun 2015 17:11:20 +0200 Subject: Add minor fixes --- nvim/after/ftplugin/tex/mappings.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/after/ftplugin/tex/mappings.vim b/nvim/after/ftplugin/tex/mappings.vim index a8753bb..c0f7036 100644 --- a/nvim/after/ftplugin/tex/mappings.vim +++ b/nvim/after/ftplugin/tex/mappings.vim @@ -46,5 +46,5 @@ nnoremap a :call SynctexShow() nnoremap i :Latexmk nnoremap e :LatexErrors nnoremap o :LatexView -nnoremap k :LatexmkStop:LatexmkClean +noremap k :LatexmkStop:LatexmkClean nnoremap h :split header.sty -- cgit v1.2.3