ask a question: I edited text.txt on ubuntu. After editing, I pressed ctrl+z to exit
. At this time, the .text.txt.swp file was generated
sudo vim -r text.txt
swp
now I find that this is the case. The reason for the above problem is that I modified ctrl+z exit immediately
if I modify it, it will be normal after a while in ctrl+z.
I wonder if this time difference can be set?