Change set
# to search without case sensitive
:set ignorecase
# to search with case sensitive
:set noignorecase
Tmp search
# to search without case sensitive
/\cword
# to search with case sensitive
/\CWORD'tools > vim' 카테고리의 다른 글
| VIM: using ctags in vim (0) | 2018.12.06 |
|---|---|
| VIM: git 커밋시 72자 넘어가는 부분 하이라이팅하기 (0) | 2018.12.04 |
| Eliminating vim ESC key delay (0) | 2018.10.14 |
| vimdiff usage (0) | 2018.06.26 |
| Vim : macro with vim - replay, multiple times (0) | 2018.06.14 |