Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve :Search #92

Open
11 tasks
jsborjesson opened this issue Dec 1, 2020 · 0 comments
Open
11 tasks

Improve :Search #92

jsborjesson opened this issue Dec 1, 2020 · 0 comments
Labels

Comments

@jsborjesson
Copy link
Owner

jsborjesson commented Dec 1, 2020

It should

  • Fallback to vimgrep? if Git not present
  • Search for selection/word under cursor :'<,'>Search ?
  • Shouldn't need to manually quote searches with spaces in them
  • :SearchCaseInsensitive
  • Search Open Files (arglist?)
  • Next with n in same file once selected a match (set / search too)
  • Next match in quickfix list
  • Show what you're replacing
  • ReplaceNext, ReplaceAll
  • Make sure undo works for replace all
  • Extract to separate file/plugin

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.

@jsborjesson jsborjesson added the vim label Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant