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