Update 2023-03-28 18:19 OpenBSD/amd64
This commit is contained in:
40
.exrc
40
.exrc
@@ -1,29 +1,45 @@
|
||||
" interface
|
||||
set showmode
|
||||
set showmatch
|
||||
set ruler
|
||||
set shiftwidth=4
|
||||
set tabstop=4
|
||||
set tags=tags
|
||||
set verbose
|
||||
set leftright
|
||||
set extended
|
||||
set noflash
|
||||
" set windowname
|
||||
set number
|
||||
|
||||
" indentation
|
||||
set shiftwidth=4
|
||||
set tabstop=4
|
||||
set wrapmargin=4
|
||||
set expandtab
|
||||
|
||||
" search
|
||||
set tags=tags
|
||||
set iclower
|
||||
set searchincr
|
||||
set report=1
|
||||
set number
|
||||
"set expandtab
|
||||
set wrapscan
|
||||
set noerrorbell
|
||||
set extended
|
||||
set noedcompatible
|
||||
" set nomodeline
|
||||
|
||||
" nice but messes up copy paste
|
||||
"set wrapmargin=3
|
||||
"set noai
|
||||
"set beautify
|
||||
" regular expressions
|
||||
" set extended
|
||||
|
||||
" other
|
||||
set nolock
|
||||
set path=.
|
||||
set cedit=
|
||||
|
||||
" Don't be smart with indent levels
|
||||
map I 0i
|
||||
" map I 0i
|
||||
|
||||
" Format paragraph
|
||||
map gq !)par -w72qie
|
||||
|
||||
" map tab to 4 spaces
|
||||
" map!
|
||||
|
||||
" try to map backspace to c-h
|
||||
" map!
|
||||
|
||||
Reference in New Issue
Block a user