vim 에서 text 문서를 보거나, code 를 작성하고 관련 comment 를 영어로 남기는 경우에 spelling 확인하는 방법이 있다.

vim 7 버전에서 추가된 기능이며, 이후버전에서 간단히 사용 가능하다.


:set spell spelllang=en_us


spell 이 틀린 경우, 붉은색 박스로 표시된다.


아주 간단히 사용할 수 있는 vim tip.


원본 링크는: https://www.linux.com/learn/using-spell-checking-vim

'Development Tip' 카테고리의 다른 글

Git add -p 로 수정사항 분리하기  (0) 2014.04.16
Git: 특정 commit 으로 이동 후, amend 하기  (0) 2014.02.28
const char* vs. char const*  (0) 2014.02.19
Fish shell environment  (0) 2013.12.03
Kernel mailing list 활용 방법  (0) 2013.11.08

+ Recent posts