summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f985e7a..d4794c3 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -11,6 +11,9 @@ endif
let maplocalleader = "\\"
let mapleader = ","
+" encryption method when using :X
+set cm=blowfish2
+
" Source this file again.
noremap <silent> <localleader>rc :source ~/.vim/vimrc<CR>
"