Skip to content

vladimir-popov/vim-replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

vim-replace

Simple vim-plugin for replace selected text.

This is copy-pasted from the answer from the SO: https://stackoverflow.com/a/6171215/4190244

How to install

Add to the .vimrc:

Plug 'vladimir-popov/vim-replace'
:PlugInstall

How to use

In the visual mode press Ctrl+r to insert:

:%s/<selected text with esceped symbols>/<cursor will be here>/gc

to the command line.

About

simple vim-plugin for replace selected text

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published