summaryrefslogtreecommitdiff
path: root/cfg/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/.vimrc')
-rw-r--r--cfg/.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg/.vimrc b/cfg/.vimrc
index fe75055..8d1c2e6 100644
--- a/cfg/.vimrc
+++ b/cfg/.vimrc
@@ -58,6 +58,8 @@ let mapleader = ","
" -------- 'c ---------
command! Src source ~/.vimrc
command! Vimrc edit ~/.vimrc
+command! Make !make
+command! Run !make run
" the coolest regex-es you'll see (fake as fuck)
command! RmComments %s/\s*\/\/\s*.*//
" -------- 'C ---------