LoginSignup
29
17

More than 5 years have passed since last update.

Vim内で検索するときに大文字小文字を気にしない(ignore case)する方法

Posted at

\cを検索の前に付けるそうです。

/\csomaword

と検索すればSomeWordSomewordSOMEWORDsomewordといった単語を見つけられます。

基本的には:set ignorecase:set smartcaseをうまく設定しておくのがスマートだと思いますが確実にignore caseしている確信を得たいときには使えそうです。

29
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
29
17