summaryrefslogtreecommitdiffhomepage
path: root/.vimrc
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-11-19 22:08:52 -0500
committerrealtradam <[email protected]>2022-11-19 22:08:52 -0500
commit13432ece9e2a8c6d20158fd6886c6060c8a7bdc9 (patch)
treefa8e821375708c281363916e9b352fdf4f208d94 /.vimrc
downloadOgle-13432ece9e2a8c6d20158fd6886c6060c8a7bdc9.tar.gz
Ogle-13432ece9e2a8c6d20158fd6886c6060c8a7bdc9.zip
init
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
new file mode 100644
index 0000000..a1877d5
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1,2 @@
+" press F5 to compile and execute the project code
+map <f5> :AsyncRun -save=1 make run <CR>