Advertising
advertising
related pastes to tag 'vim'
- 899684 - Fluor: vim macro gpg gnupg encrypt decrypt automatic
-
- " Use GnuPG to open a .gpg file
- augroup asc
- au!
- au BufReadPre,FileReadPre *.asc set viminfo=
- au BufReadPre,FileReadPre *.asc set noswapfile
- au BufReadPost *.asc :%!gpg -q -d
- au BufReadPost *.asc | redraw
- au BufWritePre *.asc :%!gpg --default-recipient-self -q -e -a
- 886082 - Fallen: mozilla vi vim
-
- autocmd BufNewFile *mozilla/*.c %!cat ~/mozilla/boilerplate/boilerplate-c
- autocmd BufNewFile *mozilla/*.cpp %!cat ~/mozilla/boilerplate/boilerplate-c
- autocmd BufNewFile *mozilla/*.css %!cat ~/mozilla/boilerplate/boilerplate-c
- autocmd BufNewFile *mozilla/*.h %!cat ~/mozilla/boilerplate/boilerplate-c
- autocmd BufNewFile *mozilla/*.idl %!cat ~/mozilla/boilerplate/boilerplate-c
- autocmd BufNewFile *mozilla/*.js %!cat ~/mozilla/boilerplate/boilerplate-c
- autocmd BufNewFile *mozilla/*.java %!cat ~/mozilla/boilerplate/boilerplate-c
- autocmd BufNewFile *mozilla/*.msg %!cat ~/mozilla/boilerplate/boilerplate-c
- 652543 - markuz vimrc: python vim vimrc hightlight
-
- " An example for a vimrc file.
- "
- " Maintainer: Bram Moolenaar <Bram@vim.org>
- " Last change: 2002 Sep 19
- "
- " To use it, copy it to
- " for Unix and OS/2: ~/.vimrc
- " for Amiga: s:.vimrc