Friday, June 3, 2011

Adding shortcut in vim to compile perl script

Enter the below line in .vimrc file
map <f5> :w<cr>:!perl %<cr>

0 comments: