Created
September 10, 2011 14:58
-
-
Save rohinomiya/1208397 to your computer and use it in GitHub Desktop.
_vimrc / not case-sensitive at completion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 検索時に大文字小文字を無視 | |
set ignorecase | |
" 検索文字列に大文字が含まれている場合は区別して検索する、を無効に(nosmartcase) | |
set nosmartcase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment