vim-quick-replace VS diff-kit

Compare vim-quick-replace vs diff-kit and see what are their differences.

vim-quick-replace

A quick find/replace plugin for Vim. (by orlp)

diff-kit

various tools for playing with diffs (by dlthomas)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vim-quick-replace diff-kit
2 1
5 2
- -
0.0 0.0
about 3 years ago about 3 years ago
Vim Script Rust
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vim-quick-replace

Posts with mentions or reviews of vim-quick-replace. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-20.
  • What are your favourite mappings? Esc? Ctrl+w? Others?
    5 projects | /r/vim | 20 Mar 2021
    I wrote a plugin that makes this process even smoother: https://github.com/orlp/vim-quick-replace
  • A Vim Guide for Advanced Users
    5 projects | news.ycombinator.com | 27 Feb 2021
    This has one huge shortcoming: when the next match is off-screen, pressing . jumps immediately to the next match and replaces it, before you had the opportunity to review whether you want that.

    To solve this I wrote a little plugin (that I finished as a plugin yesterday and uploaded just now): https://github.com/orlp/vim-quick-replace

    The nice thing is that it always jumps to the next match before replacing, and if you choose to replace the current match it immediately jumps to the next one. And you can start in two ways: using the current word under the cursor or the current visual selection, so it's very flexible.

    To see it in action: https://i.imgur.com/wEX6O1w.mp4

diff-kit

Posts with mentions or reviews of diff-kit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-27.
  • A Vim Guide for Advanced Users
    5 projects | news.ycombinator.com | 27 Feb 2021
    which lets me do things like "make | cbuf" or "git grep -n foo | cbuf", which is great.

    Tangentially, all of this plays well with some things I've built out for dealing with diffs (https://github.com/dlthomas/diff-kit) - dklocs will turn a unified diff into location-prefixed changed lines, dkcov will find the intersection of a diff and a coverage report (very useful for answering the question "how did I break that test?"), either of which can be piped right into cbuf.

What are some alternatives?

When comparing vim-quick-replace and diff-kit you can also consider the following projects:

better-escape.vim - A Vim/Neovim plugin for escaping insert mode without lagging.

kakoune - mawww's experiment for a better code editor

dotfiles - :octocat: Tim does dotfiles

vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal

vim-sandwich - Set of operators and textobjects to search/select/edit sandwiched texts.

Vim - The official Vim repository

vim-unimpaired - unimpaired.vim: Pairs of handy bracket mappings