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

Alex R. Young
usevim
Published in
1 min readApr 17, 2013

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 another plugin that uses Vim’s sign feature (:help :sign-intro). This one displays the relative position of the cursor, and indicates the latest jump and change positions.

interactive-replace

interactive-replace (GitHub: hwrod / interactive-replace, License: MIT) by Harold Rodriguez adds a new command, :InteractiveReplace, which can be used to interactively substitute search matches.

Harold’s documentation includes an example where variables are substituted for various values that stem from a ..

--

--