Some tweaks for latex
This commit is contained in:
parent
5de85b9174
commit
65a60d5cae
2 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue