1 2 3 4 5 6 7 8 9 10 11 12
post_install() { echo -e " Add these key-mapping in your vimrc:\n" echo -e "\tnmap <F9> :SCCompile<cr>" echo -e "\tnmap <F10> :SCCompileRun<cr>" echo echo " F9 and F10 can be replaced with other keys." } post_upgrade() { post_install }