Skip to content

Instantly share code, notes, and snippets.

@christiangenco
Created January 23, 2014 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiangenco/8578299 to your computer and use it in GitHub Desktop.
Save christiangenco/8578299 to your computer and use it in GitHub Desktop.
Use `vime FILENAME` to create and edit encrypted files.
alias vime="vim -u ~/.encrypted_vimrc -x"
set nobackup
set noswapfile
set nowritebackup
set cm=blowfish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment