Is there a way to compile and run a C program from VIM without typing its filename ?
|
feedback
|
|
When your project becomes larger, you can also write a makefile and compile the current project with | |||||||||||||
feedback
|
|
use the following mapping code in your .vimrc file. for compile and run a c programming file.
F8 key for run the mapping. "%" is taken the current file name. all in all, if you want to save with this keymap to:
| ||||
|
feedback
|