This commit is contained in:
kento2 2025-11-16 22:32:14 +01:00
commit 4603184052
87 changed files with 3677 additions and 0 deletions

14
files/.exrc Normal file
View file

@ -0,0 +1,14 @@
set showmode ruler
set filec=
set cedit=
set ai
set tabstop=4
set shiftwidth=4
" https://mattwidmann.net/notes/modern-nvi-mappings/
" display man page
map wbyw:o:!man p
" git blame
map gb :vsplit "zy1G:edit /tmp G:read !git blame -- # : o"zp!Gwc -lI:
" run make
map mm :w :!clear; make -B