summaryrefslogtreecommitdiffhomepage
path: root/.vimrc
blob: db86b7f7e3a54cd8d71e4552dee7671c0ef0b18e (plain)
1
2
" press F5 to compile and execute the project code
map <f5> :AsyncRun -save=1 -cwd=<root> ./build && ./run <CR>