본문 바로가기

Computer/LINUX/UNIX

.vimrc 설정

리눅스에서 vim으로 작업할 때, 환경설정을 매번 해주는 번거로움을 없애기 위해, .vimrc 파일을 home 아래에 만들게 된다. 본인이 썼던 세팅은 다음과 같은데, 무난무난하게 c 작업을 할 수 있는 환경이다.


set autoindent // 자동 인덴트
set cindent // c 언어 인덴트
set smartindent // 스마트 인덴트
set ruler // 자(좌표(줄,칸)를 표시해주는 듯)
set number // 행번호
set shiftwidth=4 // 인덴트 너비
set tabstop=4 // 탭 너비
set hlsearch // search 시 하이라이트
syntax on // 문법체크
filetype indent on
set background=dark // 다크테마
colorscheme torte // 글자색테마
set backspace=eol,start,indent
set history=1000 // history max