简体   繁体   中英

Nano's find and replace in Vim?

Vim's find and replace is very powerful and very useful however sometimes I don't want that power - adding backslashes can be a drag. Sometimes, I just want to find and replace exactly across a whole document. No patterns. No magic.

Nano's find/replace is exactly what I want, pretty much.

Is there a plugin or command that will provide me with this?

Then disable the magic for that search -- /\\V(nothing)+ is magic* but backslash . See :help magic . This is actually what the Search dialog in gvim does by default.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM