dotfiles VS vim-quick-replace

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

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
dotfiles vim-quick-replace
3 2
21 5
- -
7.3 0.0
2 months ago about 3 years ago
Vim Script Vim Script
GNU General Public License v3.0 only -
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.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-05.

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

What are some alternatives?

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

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

watcher - Filesystem watcher. Works anywhere. Simple, efficient and friendly.

kakoune - mawww's experiment for a better code editor

WatchMod - Watch for modifications to trigger actions. Useful for compiling Go templates, Sass, Typescript, and more.

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

fwe - File Watch Execute

diff-kit - various tools for playing with diffs

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

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

watchdog - Python library and shell utilities to monitor filesystem events.

Vim - The official Vim repository