diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-06-15 17:11:20 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-06-15 17:11:20 +0200 |
commit | a9eafd950f9ea4bc20a5a8cd00fd1536cd0a8f2b (patch) | |
tree | 30787a52185718c6b899c0ab594f70ece4369975 /nvim/after | |
parent | 0e4c058f58a66aca92e6e0badb184a1beb079946 (diff) |
Add minor fixes
Diffstat (limited to 'nvim/after')
-rw-r--r-- | nvim/after/ftplugin/tex/mappings.vim | 2 |
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> |