Update 2022-12-06 08:46 OpenBSD/amd64
This commit is contained in:
29
.exrc
Normal file
29
.exrc
Normal file
@@ -0,0 +1,29 @@
|
||||
set showmode
|
||||
set showmatch
|
||||
set ruler
|
||||
set shiftwidth=4
|
||||
set tabstop=4
|
||||
set tags=tags
|
||||
set verbose
|
||||
set leftright
|
||||
set extended
|
||||
set iclower
|
||||
set searchincr
|
||||
set report=1
|
||||
set number
|
||||
"set expandtab
|
||||
set noerrorbell
|
||||
|
||||
" nice but messes up copy paste
|
||||
"set wrapmargin=3
|
||||
"set noai
|
||||
"set beautify
|
||||
|
||||
" Don't be smart with indent levels
|
||||
map I 0i
|
||||
|
||||
" Format paragraph
|
||||
map gq !)par -w72qie
|
||||
|
||||
" map tab to 4 spaces
|
||||
" map!
|
||||
Reference in New Issue
Block a user