Skip to content

Instantly share code, notes, and snippets.

@ZikiSoy
Last active December 27, 2015 03:39
Show Gist options
  • Save ZikiSoy/7261307 to your computer and use it in GitHub Desktop.
Save ZikiSoy/7261307 to your computer and use it in GitHub Desktop.
My simple vimrc for ubuntu and acm-icpc contest
set sw=4 ts=4 nobk ai cin nu
set mp=g++\ -g\ -DLOCAL\ -O2\ -o\ %<\ %
map <F5> :w<CR> :make<CR>
map <F6> :!gnome-terminal -x ./%<<CR>
map <F7> :!gnome-terminal -x gdb %<<CR>
set gfn=Courier_New:h14
set fencs=utf-8,gb2312,gbk,gb18030
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment