2009.04.15 23:13
기본적으로 설치되는 vim 에 아래와 같이 패키지 하나를 더 설치한다.
apt-get -y install vim-vimoutliner
계정의 홈디렉토리에 .vimrc 를 생성한다.
echo "set tabstop=4
set shiftwidth=2
set expandtab
set softtabstop=2
set visualbell
set nobackup
set cindent
set autoindent
set ai
set smartindent
set incsearch
syntax on
filetype on
set background=dark
colorscheme evening
set backspace=eol,start,indent
set history=1000
set hlsearch" > ~/.vimrc