K8s 시험을 위한 Vim 설정 방법

(CKAD 시험을 위한 Vim 설정 방법에서 넘어옴)

1 개요[ | ]

How to setup Vim for the K8s exams
K8s 시험을 위한 Vim 설정 방법
K8s 시험을 위해 Vim을 설정하는 방법
CKAD 시험을 위한 Vim 설정 방법
vim ~/.vimrc
set expandtab
set tabstop=2
set shiftwidth=2
  • expandtab 탭 입력시 스페이스 사용
  • tabstop: 탭에 사용할 스페이스 수 (2개)
  • shiftwidth: 들여쓰기에 사용할 스페이스 수 (2개)

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}