I just added a nice command to my .vimrc file to allow me to run the current file I am working on by typing :R
:
command R !./%
On the VIM note, here is a link to my current vim config (.vimrc file and .vim directory) on github: Vim config.
Caleb MadrigalProgramming, Hacking, Math, and Art |
I just added a nice command to my .vimrc file to allow me to run the current file I am working on by typing :R
:
command R !./%
On the VIM note, here is a link to my current vim config (.vimrc file and .vim directory) on github: Vim config.