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の検索と置換は非常に強力で非常に便利ですが、その力が欲しくない場合もあります。バックスラッシュを追加するのは簡単ではありません。時々、私はドキュメント全体を正確に見つけて置き換えたいだけです。パターンはありません。魔法はありません。
Nanoの検索/置換は、まさに私が望んでいることです。
これを提供するプラグインまたはコマンドはありますか?
次に、その検索の魔法を無効にします- /\V(nothing)+ is magic* but backslash。を参照してください:help magic。これは、実際にはgvimの検索ダイアログがデフォルトで行うことです。
/\V(nothing)+ is magic* but backslash
:help magic