diff options
Diffstat (limited to 'vim/vimrc')
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> " |