diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-04-17 23:15:17 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-04-17 23:15:17 +0200 |
| commit | c249fafa8fff70e631eb711c4228881ee6693431 (patch) | |
| tree | 5ce56534739e97e69fad0d145fa7359cc9282e28 | |
| parent | 09d3b82570039134fac30f9218ec39495373b399 (diff) | |
update vimrc
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
| -rw-r--r-- | cfg/.vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 --------- |