.
This commit is contained in:
commit
4603184052
87 changed files with 3677 additions and 0 deletions
14
files/.exrc
Normal file
14
files/.exrc
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue