cpm/.vimlocal
2020-09-21 20:53:30 +02:00

4 lines
148 B
Plaintext

map <silent> <F9> :Make<cr>
; We bind F10 to uploading the rom monitor for now
map <silent> <F10> :Dispatch upload --rom .build/rom_monitor.bin<cr>