Vim:Whitespace Vim의 공백에 관련된 내용을 정리한다. Whitespace setting 공백 출력을 위한 설정은 아래와 같다. set listchars=eol:¶,tab:»·,trail:·,extends:»,precedes:«,conceal:×,nbsp:· set list 주의할 점은 위와 같이 설정할 때, 스크립트 인코딩을 UTF-8으로 미리 설정해야한다. scriptencoding utf-8 See also Vim Favorite site Highlight unwanted spaces Remove unwanted spaces Tidying whitespace Tabs and Spaces Whitespace preferences and filetypes