千万不要忘记你vi的加密密码

请看来自VIM官方网站的tips :

You can encrypt your texts by using vim. :X  prompts for an encryption key.

After writing your key, if you save your document it will be encrypted and no one else (but you and vim)

can read your documents. If you reopen the file, VIM will ask for the key.

If you want to disable encryption, just type :set key=

if you forget your key you will lose your document. So please DO NOT forget your key,

所以,我想我是中招了,总是会按错,把x按成X,这是第二次了,糟糕的是,我直接输入:set key= 发现还是加密了,然后我不晓得我的密码是什么了,想试试“:set key=”,发现不是

可恶的是,我加密的是fcitx的config文件,我想可能只能把加密的删除了,在问别人讨要一份config文档了

你可能感兴趣的:(千万不要忘记你vi的加密密码)