Tagged in

Substitute

usevim
usevim
A blog about Vim
More information
Followers
1.5K
Elsewhere
More, on Medium

Script Roundup: DuplicateWrite, SuperSub

DuplicateWrite

DuplicateWrite by Ingo Karkat is a script that writes a duplicate copy of a file whenever it’s saved. That means you could do things like use netrw to write a copy to a remote server.


Script Roundup: vim-scroll-position, interactive-replace

Send in your Vim scripts for review through our contact form.

vim-scroll-position

vim-scroll-position (GitHub: junegunn / vim-scroll-position) by Junegunn Choi is…


Vim 101: Search and Replace on Multiple Files

Last week I discussed how to use the substitute and global commands for search and replace in Vim. Once these commands have been mastered, they can be combined with argument list commands to apply them to multiple files.