summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-08-23 15:00:28 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-08-23 15:00:28 +0100
commita0bf95a0f56e9a997ab09caca59f4805bde5cf42 (patch)
tree9636c0fabc9b521eb7ac191a1ba3ec317d9f0bcb /vim/vimrc
parentcd7f9b1bdd1e61138ff24683ddfd7071e8b6421e (diff)
set encryption method
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>
"