Created
November 10, 2009 17:34
-
-
Save markuswustenberg/231059 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
set number | |
set autoindent | |
map - <c-w>w | |
set tabstop=3 | |
set encoding=utf-8 | |
setglobal fileencoding=utf-8 | |
map <F12> <Esc>:%!gpg --encrypt --armor --recipient [email protected]<CR><CR><C-l> | |
map <S-F12> <Esc>:%!gpg --decrypt 2>/dev/null<CR><CR><C-l> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment