summarylogtreecommitdiffstats
path: root/install
blob: 485e4d8870f17b1ab7696f48676d7cb805f07eac (plain)
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
}