Added vimlocal

This commit is contained in:
Dreaded_X 2020-09-20 20:30:50 +02:00
parent 29259e36da
commit 05366873e7

3
.vimlocal Normal file
View File

@ -0,0 +1,3 @@
map <silent> <F9> :Make<cr>
; We bind F10 to uploading the rom monitor for now
map <silent> <F10> :Start upload --rom .build/rom_monitor.bin<cr>