mirror of https://github.com/artizirk/dotfiles
Arti Zirk
5 years ago
4 changed files with 5 additions and 0 deletions
@ -1,3 +1,8 @@ |
|||||||
" show some context lines up/down of the cursor |
" show some context lines up/down of the cursor |
||||||
set scrolloff=3 |
set scrolloff=3 |
||||||
set ignorecase |
set ignorecase |
||||||
|
set cursorline |
||||||
|
|
||||||
|
" configure reasonable swap file |
||||||
|
" https://begriffs.com/posts/2019-07-19-history-use-vim.html?hn=3#backups-and-undo |
||||||
|
runtime swap.vim |
||||||
|
Loading…
Reference in new issue