"2.Copy the contents to .vimrc file.
"3.Restart teminal.
""""""""""""""""""""""""""""""""""""""
" Show line number
"-------------------------------------
"
set nu
"
" set nonu
"-------------------------------------
""""""""""""""""""""""""""""""""""""""
""""""""""""""""""""""""""""""""""""""
" Set jj as Esc
"-------------------------------------
"
imap jj <Esc>
"
"-------------------------------------
""""""""""""""""""""""""""""""""""""""
""""""""""""""""""""""""""""""""""""""
" 搜索时高亮显示被找到的文本。
"-------------------------------------
"
set hls
"
"-------------------------------------
""""""""""""""""""""""""""""""""""""""
""""""""""""""""""""""""""""""""""""""
" 搜索时在未完全输入完毕就开始检索
"-------------------------------------
"
set is
"
"-------------------------------------
""""""""""""""""""""""""""""""""""""""
""""""""""""""""""""""""""""""""""""""
" 搜索时忽略大小写
"-------------------------------------
"
set ignorecase
"
"-------------------------------------
""""""""""""""""""""""""""""""""""""""