解决 swap file “*.swp”already exists!问题
在 Linux 下的 vim 编辑过程中,由于某种原因异常退出正在编辑的文件,再次编辑该文件时,会出现如下提示:
使用vim编辑文件实际是先 copy 一份临时文件并映射到内存给你编辑, 编辑的是临时文件, 当执行:w 后才保存临时文件到原文件,执行:q 后才删除临时文件。
每次启动检索是否有临时文件, 有则询问如何处理,就会出现如上情景。
解决办法:
将隐藏的 *.swp 文件删除即可,原先的文件便可再次编辑。
相关推荐
-
vim的几种备份文件,及设定备份路径
set nobackup "不生成备份文件 filename~ set noswapfile "不生成交换文件 .filename.swp set noundo ...
-
【问题解决】vim 打开文档后提醒 E325: ATTENTION 怎么办?
这是经典的 vi/vim 的报错情形. 在 Linux 下,使用 vim 或是 vi 查看文件时,可能每次都会出现下面贴出的 E325 错误提醒,然后按 E 进行 Edit anyway 才能继续读写 ...
-
成功解决ForkingPickler(file, protocol).dump(obj) TypeError: can't pickle Environment objects
成功解决ForkingPickler(file, protocol).dump(obj) TypeError: can't pickle Environment objects 解决问题 Forkin ...
-
成功解决 .Quit() File "COMObject InternetExplorer.Application", line 2, in Quit pywintypes.com_error
成功解决 .Quit() File "COMObject InternetExplorer.Application", line 2, in Quit pywintypes.com ...
-
成功解决gyp verb ensuring that file exists: C:\Python27\python.exe gyp ERR! configure error gyp ERR! sta
成功解决gyp verb ensuring that file exists: C:\Python27\python.exe gyp ERR! configure error gyp ERR! sta ...
-
error: You have not concluded your merge (MERGE_HEAD exists). 【已解决】
原因可能是在以前pull下来的代码自动合并失败 解决办法:切换到项目文件夹中,使用git命令 舍弃本地代码,远端版本覆盖本地版本(慎重) $:git fetch --all $:git reset - ...
-
成功解决File "f:\program files\python\python36\lib\re.py", line 142, in <modul
成功解决File "f:\program files\python\python36\lib\re.py", line 142, in <modul ...
-
成功解决 _mssql.c(568): fatal error C1083: 无法打开包括文件: “sqlfront.h”: No such file or directory
成功解决 _mssql.c(568): fatal error C1083: 无法打开包括文件: "sqlfront.h": No such file or directory 解 ...
-
成功解决OSError: Unable to open file (truncated file: eof = 8388608, sblock->base_addr = 0, stored_eof =
成功解决OSError: Unable to open file (truncated file: eof = 8388608, sblock->base_addr = 0, stored_eo ...
-
成功解决NameError: name 'file' is not defined
成功解决NameError: name 'file' is not defined 解决问题 NameError: name 'file' is not defined 解决思路 原因:python版 ...
-
成功解决FileNotFoundError: [Errno 2] No such file or directory: 'F:\\Program Files\\Python\\Python36\\li
成功解决FileNotFoundError: [Errno 2] No such file or directory: 'F:\\Program Files\\Python\\Python36\\li ...