jsborjesson / dotfiles

Minimal and portable development environment baseline.
3 stars 1 forks source link

Improve :Search #92

Open jsborjesson opened 3 years ago

jsborjesson commented 3 years ago

It should

Project wide search and replace in Vim.

vim-search-and-replace aims to be a lightweight wrapper around Vim's native searching features, bringing the interface closer to what you would expect from an editor like VSCode, while still relying on the power of Vim.

Even though I've used Vim religiously for a long time, these commands never seem to stick. I need this crutch, but it can also be used as an example of how to do the VSCode search operations in Vim and then simply using those instead of even installing this plugin.