This commit is contained in:
kento2 2026-01-20 11:46:33 +01:00
parent 3597222a2d
commit dc7daed18b
2 changed files with 4 additions and 1 deletions

View file

@ -17,3 +17,6 @@ map gp :w :!clear; git diff :!git status :!read con; if test $? -eq 0; then git
" run make
map mm :w :!clear; make -B
" c header template
map th :0 O#ifndef _HEADER_H_ #define _HEADER_H_ GA #endif /* _HEADER_H_ */:o:%s/HEADER//ghi