Skip to content

Instantly share code, notes, and snippets.

@potaty
Created July 8, 2014 12:50
Show Gist options
  • Save potaty/fd7cd3ec6b2234cc517e to your computer and use it in GitHub Desktop.
Save potaty/fd7cd3ec6b2234cc517e to your computer and use it in GitHub Desktop.
vimrc
set encoding=utf8
syntax on
set number
set ts=4
set sts=4
set sw=4
set ai
set ci
set si
map <C-F9> :!g++ % -o %:r -g -Wall<CR>
map <C-F10> :!gdb %:r<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment