Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wdsrocha
Last active July 8, 2019 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wdsrocha/637ec36bd2e37c30dc5a6a7541185256 to your computer and use it in GitHub Desktop.
Save wdsrocha/637ec36bd2e37c30dc5a6a7541185256 to your computer and use it in GitHub Desktop.
My .vimrc for competitive programming
syntax on
set et ts=4 sw=4 sts=4 ai nu cindent
noremap <c-j> 15gj
noremap <c-k> 15gk
""forked" from https://github.com/naumazeredo/competitive-programming/blob/master/vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment