Skip to content

Instantly share code, notes, and snippets.

@markuswustenberg
Created November 10, 2009 17:34
Show Gist options
  • Save markuswustenberg/231059 to your computer and use it in GitHub Desktop.
Save markuswustenberg/231059 to your computer and use it in GitHub Desktop.
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