1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 03:35: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) " marks are preserved)
set hidden set hidden
" use a decent crypto method
set cryptmethod=blowfish2
" Ensure 256 colour support if the terminal supports it " Ensure 256 colour support if the terminal supports it
if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen" if &term == "xterm" || &term == "xterm-256color" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen"
set t_Co=256 set t_Co=256