-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimrc
29 lines (25 loc) · 883 Bytes
/
vimrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
set term=dtterm
set encoding=prc
set fileencoding=prc
set fileencodings=utf8,prc
hi Comment ctermfg=DarkCyan
set nocompatible
set nu " show line number
set bg=dark " background is dark
set hls " highlight the search keywords
set fileformat=unix "use unix file format
set mps+=<:> "include the < > as match pairs
set tabstop=4 "a tab represent 4 space
set shiftwidth=4 "auto indent 4 space
set showcmd
syntax on
colorscheme desert
set autoindent "auto indent
"highlight OverLength ctermbg=red ctermfg=white guibg=#592929
"match OverLength /\%81v.\+/
"set nowrap "no wrap in long line
"set ruler " Always show current positions along the bottom
"set ignorecase smartcase " easier to ignore case for searching
"set noerrorbells " don't make noise
"set showmatch " show matching brackets while insert a bracker
"set mat=5 " how many tenths of a second to blink matching brackets for