syntax on : 구문 강조
set number : 줄번호
set ai : 자동행
set background=dark : 바탕이 흑백일 경우 더 잘 보이게 한다
set si : if문 다음에 자동으로 맞추어주기
set tabstop=4 : 텝키의 간격을 4로
set shiftwidth=4 : 들여쓰기 간격을 4로
set autoindent : 자동들여쓰기
set cindent : C언어 자동들여쓰기
set nobackup : 백업을 만들지 않는다
set ruler : 격자(좌표)
set encoding=utf-8 : utf-8 로 인코딩
set fencs=utf-8,cp949 : fileencoding과 같음. utf-8, cp949방식 파일을 모두 열수있음. 저장시엔 utf-8
set visualbell : 삑소리 안나게 하기
set nowrap : 줄 넘기지 말기
set term=xterm-color
cmap W w : W나 w나 같은 의미
set si : if문 다음에 자동으로 맞추어주기
set tabstop=4 : 텝키의 간격을 4로
set shiftwidth=4 : 들여쓰기 간격을 4로
set autoindent : 자동들여쓰기
set cindent : C언어 자동들여쓰기
set nobackup : 백업을 만들지 않는다
set ruler : 격자(좌표)
set encoding=utf-8 : utf-8 로 인코딩
set fencs=utf-8,cp949 : fileencoding과 같음. utf-8, cp949방식 파일을 모두 열수있음. 저장시엔 utf-8
set visualbell : 삑소리 안나게 하기
set nowrap : 줄 넘기지 말기
set term=xterm-color
cmap W w : W나 w나 같은 의미
home 디렉토리의 .vimrc 파일에서 설정하면 된다
'프로그래밍 > C' 카테고리의 다른 글
kernel 에서 쓰이는 자료구조 red black tree (3) | 2013.04.19 |
---|---|
Visual studio가 잊어버리게 하는 개념(compile with gcc) (0) | 2013.04.19 |
linux kernel에서 쓰이는 자료구조.(double linked list and tree) (0) | 2013.04.19 |
포인터? 포인터변수? 포인터의 이해 (0) | 2013.04.19 |
Double linked list with using array (0) | 2013.04.19 |