Skip to content

πŸ” InstantRename is a small Neovim plugin that automatically replaces the :s command with a global substitute command in command-line mode.

License

Notifications You must be signed in to change notification settings

mei28/instant-rename.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

InstantRename

InstantRename is a small Neovim plugin that automatically replaces the :s command with a global substitute command in command-line mode.

video

Installation

Using lazy.nvim:

 {
  'mei28/instant_rename.nvim',
  event = { 'ModeChanged', 'CmdlineChanged' }, -- for lazy loading
  config = function()
    require('instant_rename')
  end
}

Usage

  • Simply type :s in command-line mode, and it will be automatically expanded to :%s///g.

Reference

https://zenn.dev/vim_jp/articles/2023-06-30-vim-substitute-tips

About

πŸ” InstantRename is a small Neovim plugin that automatically replaces the :s command with a global substitute command in command-line mode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages