~/.vimrc here

501阅读 0评论2010-08-08 obsd178
分类:LINUX

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

上一篇:ps2pdf / pdf2ps / unix2dos / iconv / col -b
下一篇:Linux Interview Questions And Answers Set - 1