Modified .vimlocal

This commit is contained in:
Dreaded_X 2020-09-21 20:53:30 +02:00
parent eb439ce7d7
commit 0831441a8a

View File

@ -1,3 +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>
map <silent> <F10> :Dispatch upload --rom .build/rom_monitor.bin<cr>