Skip to content

Instantly share code, notes, and snippets.

@rohinomiya
Created September 10, 2011 14:58
Show Gist options
  • Save rohinomiya/1208397 to your computer and use it in GitHub Desktop.
Save rohinomiya/1208397 to your computer and use it in GitHub Desktop.
_vimrc / not case-sensitive at completion
" 検索時に大文字小文字を無視
set ignorecase
" 検索文字列に大文字が含まれている場合は区別して検索する、を無効に(nosmartcase)
set nosmartcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment