우분투 환경에서 .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
'프로그래밍' 카테고리의 다른 글
[Tools] Visual studio 에서 소스파일을 UTF-8 로 변환하여 저장하기 (0) | 2014.05.04 |
---|---|
[Tools] Notepad++ theme (0) | 2014.05.04 |
[Git] Git(bash) 관련 링크 모음 (0) | 2014.04.27 |
[Macro] Chrome extension - DicPlus (0) | 2014.04.09 |
[Tools] eclipse 에서 egit 사용법 및 conflict 해결법 (2) | 2014.04.07 |