Education/Linux Kernel
vim 설정
초상큼발랄
2009. 11. 18. 17:17
1 set nu //소스의 왼쪽에 LineNumber 설정
2 set ts=4 //탭 공간을 4로 지정
3 syntax on //Highlight를 줄것인가에 대한 내용 구문마다 다른 색깔
4 set autoindent
5 set cindent
6 set smartindent
7 set ruler
8 set hlsearch
9 set modeline
10 set showmatch
11 set nobackup