Caleb Madrigal

Programming, Hacking, Math, and Art

 

Vim run current file

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.