:set ci
혹은
/\c[검색어]
case ignore 에서 c 인가보다.
근데.. 막상해보니 case insensitive 한데?
[링크 : http://unixjunkie.blogspot.com/2006/03/ignore-case-in-vim-searches.html]
:set ignorecase
:set noignorecase
로 토글한다고 한다.
[링크 : http://www.tech-recipes.com/rx/406/perform-case-insensitive-searches-in-vi-or-vim/]
단어단위로 검색할경우(whole word match)
/\<검색어\>
[링크 : http://www.held.org.il/blog/?p=129]
혹은
/\c[검색어]
case ignore 에서 c 인가보다.
근데.. 막상해보니 case insensitive 한데?
[링크 : http://unixjunkie.blogspot.com/2006/03/ignore-case-in-vim-searches.html]
:set ignorecase
:set noignorecase
로 토글한다고 한다.
[링크 : http://www.tech-recipes.com/rx/406/perform-case-insensitive-searches-in-vi-or-vim/]
단어단위로 검색할경우(whole word match)
/\<검색어\>
[링크 : http://www.held.org.il/blog/?p=129]
'프로그램 사용 > vi' 카테고리의 다른 글
vi auto indent (0) | 2009.10.06 |
---|---|
busybox 1.14.3 vi editor (0) | 2009.09.16 |
VI에 ctags 사용하기 (0) | 2009.07.21 |
VI syntax highlight 사용하기 (0) | 2009.05.26 |
VI - hex mode (2) | 2009.03.03 |