Skip to content

A simple neovim plugin to ease out lengthy vim cmds for RegEx based text editing

License

Notifications You must be signed in to change notification settings

Chamal1120/easyedit.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyEdit.nvim

GitHub License

A neovim plugin consisting my custom shortcuts for fast file editing with RegEx patterns.

Installation

Using lazy.nvim:

return {
  -- Other plugins...
  {
    "Chamal1120/easyedit.nvim",
    config = function()
      require("easyEdit").setup()
    end,
  },
}

Usage

  1. To rename all occurances of the same word in the current buffer:

:WR Existing_Word New_Word

(More shortcuts coming soon..)

Contributing

A hobby project started coz I was annyoed by typing lengthy Regexp patterns. This is Open Source, so any contribution is welcome.

About

A simple neovim plugin to ease out lengthy vim cmds for RegEx based text editing

Topics

Resources

License

Stars

Watchers

Forks

Languages