Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vimのプラグイン CtrlPで大文字と小文字を区別しないファイル検索を実行する方法を知っている人はいますか? どこの指示にもそれが見つからないようです。標準の CTRL+P ショートカットを置き換えるのが理想的です。
ありがとうございました!
ファイル検索は、VIMの一致機能に依存しています。検索で大文字と小文字を区別しないようにするには、次のコマンドを発行するだけです。
:set ignorecase
これをデフォルトの動作にしたい場合は、コマンドを.vimrcファイルに追加できます。