1. 라인 번호
set nu
2. 자동 들여쓰기
set autoindent
set cindent
3. 커서 위치의 줄번호와 행번호 표시
set ruler
4. 한국어 인코딩
set fileencodings=utf8,euc-kr
5. 괄호 강조 표시
set showmatch
6. 탭 너비 설정
set ts=4
set sts=4
set shiftwidth=4
7. 문법 강조표시
if has("syntax")
syntax on
endif
'Operating System > Linux' 카테고리의 다른 글
[linux] 리눅스의 데스크탑 환경 종류 (0) | 2021.10.31 |
---|---|
[linux] 리눅스의 장단점과 종류 (0) | 2021.10.24 |
[linux] 우분투에서 스왑파일 삭제하고 생성하기 (ubuntu, swap) (0) | 2021.10.09 |
[linux] 우분투에 nginx 설치하기 (ubuntu, nginx) (0) | 2021.10.08 |
[linux] 1분마다 시간 로그 남기기 (ubuntu, crontab, python) (0) | 2021.10.08 |