summaryrefslogtreecommitdiffhomepage
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index bcaff77..db86b7f 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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>