From: Oleg Broytman Date: Tue, 13 Jan 2015 16:00:22 +0000 (+0300) Subject: vim: set cryptmethod=blowfish instead of very weak zip X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=28004508c205a91bfee0f6e85cb65bb3480a4216 vim: set cryptmethod=blowfish instead of very weak zip --- diff --git a/.vimrc b/.vimrc index d86e0bb..4f84c48 100644 --- 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