1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Use blowfish2 for vim crypto by default

This commit is contained in:
2015-11-02 15:41:38 +01:00
parent 5e40701d9f
commit 5d76076057

3
.vimrc
View File

@@ -212,6 +212,9 @@ set autoread
" marks are preserved)
set hidden
" use a decent crypto method
set cryptmethod=blowfish2
" Ensure 256 colour support if the terminal supports it
if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen"
set t_Co=256