Skip to content

shortcuts/search-and-replace.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

search-and-replace.nvim

Your regular vimgrep and cfdo/bufdo commands, but on steroids

> Drag your video (<10MB) here to host it for free on GitHub.

Videos don't work on GitHub mobile, so a GIF alternative can help users.

GIF version of the showcase video for mobile users

⚑️ Features

Write short sentences describing your plugin features

  • FEATURE 1
  • FEATURE ..
  • FEATURE N

πŸ“‹ Installation

Package manager Snippet

wbthomason/packer.nvim

-- stable version
use {"search-and-replace.nvim", tag = "*" }
-- dev version
use {"search-and-replace.nvim"}

junegunn/vim-plug

-- stable version
Plug "search-and-replace.nvim", { "tag": "*" }
-- dev version
Plug "search-and-replace.nvim"

folke/lazy.nvim

-- stable version
require("lazy").setup({{"search-and-replace.nvim", version = "*"}})
-- dev version
require("lazy").setup({"search-and-replace.nvim"})

β˜„ Getting started

Describe how to use the plugin the simplest way

βš™ Configuration

The configuration list sometimes become cumbersome, making it folded by default reduce the noise of the README file.

Click to unfold the full list of options with their default values

Note: The options are also available in Neovim by calling :h search-and-replace.options

require("search-and-replace").setup({
    -- you can copy the full list from lua/search-and-replace/config.lua
})

🧰 Commands

Command Description
:Toggle Enables the plugin.

⌨ Contributing

PRs and issues are always welcome. Make sure to provide as much context as possible when opening one.

πŸ—ž Wiki

You can find guides and showcase of the plugin on the Wiki

🎭 Motivations

If alternatives of your plugin exist, you can provide some pros/cons of using yours over the others.

About

πŸ”Ž The native search and replace experience but without the redundancy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project