2019-04-05 14:49:19 +03:00
|
|
|
" show some context lines up/down of the cursor
|
2019-05-23 16:04:13 +03:00
|
|
|
set scrolloff=3
|
|
|
|
set ignorecase
|
2019-08-12 11:47:35 +03:00
|
|
|
set cursorline
|
2019-08-21 13:48:25 +03:00
|
|
|
hi cursorline cterm=none term=none
|
|
|
|
autocmd WinEnter * setlocal cursorline
|
|
|
|
autocmd WinLeave * setlocal nocursorline
|
|
|
|
highlight CursorLine guibg=#303000 ctermbg=234
|
2019-10-11 15:26:30 +03:00
|
|
|
"highlight CursorLine guibg=#303000 ctermbg=lightgray
|
2019-08-12 11:47:35 +03:00
|
|
|
|
2019-10-11 15:26:30 +03:00
|
|
|
" configure reasonable swap file
|
2019-08-12 11:47:35 +03:00
|
|
|
" https://begriffs.com/posts/2019-07-19-history-use-vim.html?hn=3#backups-and-undo
|
|
|
|
runtime swap.vim
|