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:
3
.vimrc
3
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user