不過對於每一台主機上的 .vimrc 每次新增都得重新定義我的習慣, 所以還是存一份在這邊吧, 在陸陸續續慢慢的更新
雖然我沒用到什麼大強大的功能, 不過這就是一種習慣吧
set tabstop=4
set wrap
set ai
syntax on
set shiftwidth=4
set nobackup
set showcmd
set incsearch
set fileformats=unix
filetype on
"autocmd BufEnter *.pc set filetype=esqlc
set bg=dark
set t_Co=256
highlight comment ctermfg=gray guifg=green
set fileencodings=utf-8,big5
set encoding=utf8
set tenc=utf8
" code mest
map
map
map
map
map
map
map
"To have the numeric keypad working with putty / vim
imap
imap
imap
imap
imap
imap
imap
imap
imap
imap
imap
imap
imap
imap
imap
" Line highlight 設此是游標整行會標註顏色
set cursorline
" Column highlight 設此是遊標整列會標註顏色
set cursorcolumn
" highlight CursorLine cterm=none ctermbg=0 ctermfg=none " 顏色的前景色與背景色要如何
highlight CursorLine cterm=none ctermbg=0 ctermfg=none " 顏色的前景色與背景色要如何
highlight CursorColumn cterm=none ctermbg=0 ctermfg=none " 顏色的前景色與背景色要如何
" highlight Pmenu ctermfg=1 ctermbg=4 guibg=grey30
highlight PMenu cterm=bold ctermbg=Black ctermfg=Gray
"se noswf
set nohlsearch
filetype on
©Yichen