cpm/.vimlocal
2020-09-20 20:32:02 +02:00

4 lines
145 B
Plaintext

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>