Update 2023-04-01 22:13 OpenBSD/amd64
This commit is contained in:
parent
4ffbef6b09
commit
1df591ed47
3
.vimrc
3
.vimrc
@ -1,5 +1,6 @@
|
|||||||
" vim options
|
" vim options
|
||||||
set mouse=v
|
set mouse=v
|
||||||
|
set shm+=I
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set showcmd
|
set showcmd
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
@ -69,7 +70,7 @@ set shiftwidth=4
|
|||||||
set tabstop=4
|
set tabstop=4
|
||||||
set wrapmargin=4
|
set wrapmargin=4
|
||||||
set expandtab
|
set expandtab
|
||||||
set tags=tags
|
set tags=/home/sdk/.dev/tags
|
||||||
set wrapscan
|
set wrapscan
|
||||||
set noedcompatible
|
set noedcompatible
|
||||||
set path=.
|
set path=.
|
||||||
|
Loading…
Reference in New Issue
Block a user