Created
July 8, 2014 12:50
-
-
Save potaty/fd7cd3ec6b2234cc517e to your computer and use it in GitHub Desktop.
vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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