Skip to content

Instantly share code, notes, and snippets.

@bfredl
Created June 30, 2014 22:38
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 bfredl/92d698fc2c40bac5fd28 to your computer and use it in GitHub Desktop.
Save bfredl/92d698fc2c40bac5fd28 to your computer and use it in GitHub Desktop.
" Vundle {{{
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Plugin 'gmarik/vundle'
Plugin 'SirVer/ultisnips'
filetype plugin indent on
" }}}
python <<EOF
chordmap = {'python': 'p', 'julia': 'j',
'c': 'c', 'cpp':'c',
'fortran': 'f'}
EOF
let g:UltiSnipsExpandTrigger="<c-e>"
let g:UltiSnipsJumpForwardTrigger="<c-k>"
let g:UltiSnipsJumpBackwardTrigger="<c-b>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment