summaryrefslogtreecommitdiff
path: root/nvim/after/ftplugin/tex/mappings.vim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/after/ftplugin/tex/mappings.vim')
-rw-r--r--nvim/after/ftplugin/tex/mappings.vim2
1 files changed, 1 insertions, 1 deletions
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 <buffer> <LocalLeader>a :call SynctexShow()<CR><CR>
nnoremap <buffer> <LocalLeader>i :Latexmk<CR>
nnoremap <buffer> <LocalLeader>e :LatexErrors<CR>
nnoremap <buffer> <LocalLeader>o :LatexView<CR>
-nnoremap <buffer> <LocalLeader>k :LatexmkStop<CR>:LatexmkClean<CR>
+noremap <buffer> <LocalLeader>k :LatexmkStop<CR>:LatexmkClean<CR>
nnoremap <buffer> <LocalLeader>h :split header.sty<CR>