vimrc 메모

570 단어 vimrc운영 체제
vim 프로필:
전역:/etc/vimrc
개인:~/.vimrc
내용:
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set autoindent
set mouse=a
set hls
set nu
set showmatch
syntax on
filetype plugin on
"let g:pydiction_location = '~/.vim/bundle/pydiction/complete-dict'
"let g:pydiction_menu_height = 3

"-- Taglist setting --
let Tlist_Auto_Highlight_Tag=1
"let Tlist_Auto_Open=1
let Tlist_Auto_Update=1
let Tlist_Use_Right_Window=1
let Tlist_Exit_OnlyWindow=1
let &termencoding=&encoding
set fileencodings=utf-8,gbk

좋은 웹페이지 즐겨찾기