diff options
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> |
