Linux

Linux VI editor tab space 조정

gregorio 2018. 2. 2. 14:13

Linux에서 Vi editor Tab Space를 조정하는 방법은 다음과 같아요.


1. Linux 계정의 Home directory에 .exrc 파일 생성한다.


2. .exrc 파일에 다음과 같이 추가한다.


set ts=4

set expandtab

set ai

 


3. 해당 User 다시 로그인