summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-06-15 17:11:20 +0200
committerUrbain Vaes <urbain@vaes.uk>2015-06-15 17:11:20 +0200
commita9eafd950f9ea4bc20a5a8cd00fd1536cd0a8f2b (patch)
tree30787a52185718c6b899c0ab594f70ece4369975 /nvim
parent0e4c058f58a66aca92e6e0badb184a1beb079946 (diff)
Add minor fixes
Diffstat (limited to 'nvim')
-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>