Skip to content

Instantly share code, notes, and snippets.

@betaveros
Created May 21, 2016 00:58
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 betaveros/4277481238e2995e47114454d10a90e6 to your computer and use it in GitHub Desktop.
Save betaveros/4277481238e2995e47114454d10a90e6 to your computer and use it in GitHub Desktop.
the .vimrc MIT used at ICPC WF 2016; half of it was probably unnecessary, but it's probably not worth it to figure out which half
set nocp ai bs=2 cul hls ic is lbr list ls=2 mouse=a nu ru sc scs smd so=3 sw=4 ts=4
set lcs=tab:»\ ,trail:␣
filetype plugin indent on
syntax on
map <Space> i<Space><Esc>
map gA m'ggVG"+y''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment