우분투 환경에서 .c 파일 편집을 위한 vi 설정 방법


> vi ~/.vimrc

set cindent

set smartindent

set autoindent

set nowrap

set shiftwidth=4

set tapstop=4

set ruler

syntax on


"Sorry, the command is not available in this version: syntax on" 오류 메시지가 뜰 경우, vim 설치

> sudo apt-get install vim