Some tweaks for latex

main
Marko Korhonen 5 years ago
parent 6382a95f11
commit 87c1f1ccd6

@ -41,3 +41,6 @@ set shiftwidth=4
" Make gutter and cursorline bg transparent
highlight CursorLineNr guibg=transparent
highlight SignColumn guibg=transparent
" Don't wrap in the middle of words
set linebreak

@ -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

Loading…
Cancel
Save