Some tweaks for latex

This commit is contained in:
Marko Korhonen 2020-03-05 21:28:10 +02:00
parent 6382a95f11
commit 87c1f1ccd6
2 changed files with 7 additions and 0 deletions

View file

@ -33,3 +33,7 @@ function ToggleEqual ()
endfunction
nnoremap <leader>= :call ToggleEqual()<CR>
" Navigate display lines insted of physical lines
nnoremap j gj
nnoremap k gk