Change swp file handling

Change from not writing swp file to keeping it in memory, stops
writing to disk still but keeps duplicated editing feature of
having swp files
This commit is contained in:
Edward Litherland-Smith 2021-03-29 15:47:27 +01:00
parent f3e7f78896
commit edd55a3bb8

2
vimrc
View file

@ -8,7 +8,7 @@ set t_TI=""
set t_TE=""
set t_ut=""
set noswapfile
set directory=/dev/shm//
set updatetime=1000
set signcolumn=yes