set autoindent
set hlsearch
set incsearch
set ignorecase
set backspace=2
set history=50
"set nowrap&
"set autowrite
"set sidescroll=10
set ruler
set showmode
"set showcmd
syntax on
"p = parentheses
map \p i(ea)
"c = curly brace
map \c i{ea)
"plugin
"$VIMRUNTIME/macros = global plugin
"$VIMRUNTIME/ftplugin = filetype plugin
filetype plugin on
"man plugin
runtime! ftplugin/man.vim
阅读(478) | 评论(0) | 转发(0) |