moving some stuff around
parent
dcce2810f9
commit
65af79f8c3
@ -1,10 +0,0 @@
|
||||
" f5 runs the current project
|
||||
nmap <F5> :!clear<CR>:!cargo run -q<CR>
|
||||
nmap <S-F5> :!clear<CR>:!cargo run<CR>
|
||||
|
||||
" ctrl-f5 lets you run the current program but prompts you for the cli args
|
||||
nmap <C-F5> :!clear<CR>:!cargo run --
|
||||
|
||||
nmap <F6> :!clear<CR>:!cargo run<CR>
|
||||
nmap <F7> :!clear<CR>:!cargo check<CR>
|
||||
nmap <F8> :!clear<CR>:!cargo test<CR>
|
@ -0,0 +1,3 @@
|
||||
nmap <F5> :Cargo run -q <CR>
|
||||
nmap <F7> :Cargo check<CR>
|
||||
nmap <F8> :Cargo test<CR>
|
Loading…
Reference in New Issue