1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2026-05-20 18:05:02 +03:00

Add vim swapfile support

This commit is contained in:
2019-08-12 11:47:35 +03:00
parent 6eeb4da26e
commit c19f359ba8
4 changed files with 5 additions and 0 deletions
View File
+5
View File
@@ -1,3 +1,8 @@
" show some context lines up/down of the cursor
set scrolloff=3
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
View File
View File