diff options
| author | realtradam <[email protected]> | 2023-01-06 15:54:41 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-01-06 15:54:41 -0500 |
| commit | ca0a1a771cae0d226776414b8d0f7700784922e5 (patch) | |
| tree | d1a627a9a99d0d2b6ffeb8db8c5b7577848d7018 /.vimrc | |
| parent | 730e2b54cd5542a07a55dc44a57ab3f12cd70337 (diff) | |
| download | rodeo_sample_game-ca0a1a771cae0d226776414b8d0f7700784922e5.tar.gz rodeo_sample_game-ca0a1a771cae0d226776414b8d0f7700784922e5.zip | |
updated engine
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ " press F5 to compile and execute the project code -map <f5> :AsyncRun -save=1 -cwd=<root> ./build ; ./run <CR> +map <f5> :AsyncRun -save=1 -cwd=<root> ./build && ./run <CR> |
