With Dev-app+vim Windows Edition, you can implement
Dev-app:http://www.uzzf.com/soft/24215.html
Vim windows:http://www.vim.org/download.php#pc
Right-click on my Computer (Win7 Word is computer)---properties-advanced-environment variable then click Path in the user variable to edit it, then add the absolute path of your program
Press Win+r, enter CMD, and then we enter VIM to see if it's done.
Find vim installation path, my is C:\Program files\vim\vim74, then find _VIMRC, this is Vim's configuration file, now we can use vim to edit it
Then save the exit, and now we restart the computer, otherwise these settings will not work, then we write a Hello World program in C, and then compile with GCC and then execute to see if we set the success
Vim hello.c
Color scheme Elflord, Koehler, Murphy, Pablo, Torte are good.
Font Lucida Console Good
Linux:windows with Vim