]> git.phdru.name Git - dotfiles.git/commitdiff
vim: set cryptmethod=blowfish instead of very weak zip
authorOleg Broytman <phd@phdru.name>
Tue, 13 Jan 2015 16:00:22 +0000 (19:00 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 13 Jan 2015 16:00:22 +0000 (19:00 +0300)
.vimrc

diff --git a/.vimrc b/.vimrc
index d86e0bb8c1843ea9ce3753d0cc8375455cc5726c..4f84c48803af39b10d78b1a044a538d6166539a2 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -113,6 +113,9 @@ set noautoindent  " Do not automatically set the indent of a new line
 
 set timeout timeoutlen=3000 " allow timing out up to 3 seconds halfway into a mapping
 
+" 19 reading and writing files
+set cryptmethod=blowfish " encryption method for file writing: zip or blowfish
+
 " 21 command line editing
 
 set history=1000  " how many command lines are remembered