summaryrefslogtreecommitdiffhomepage
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
deleted file mode 100644
index bcaff77..0000000
--- a/.vimrc
+++ /dev/null
@@ -1,2 +0,0 @@
-" press F5 to compile and execute the project code
-map <f5> :AsyncRun -save=1 -cwd=<root> ./build ; ./run <CR>