vim-quick-replace VS better-escape.vim

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

vim-quick-replace

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

better-escape.vim

A Vim/Neovim plugin for escaping insert mode without lagging. (by nvim-zh)
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 better-escape.vim
2 8
5 164
- 4.3%
0.0 1.8
about 3 years ago about 2 years ago
Vim Script Vim Script
- MIT License
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

better-escape.vim

Posts with mentions or reviews of better-escape.vim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-24.

What are some alternatives?

When comparing vim-quick-replace and better-escape.vim you can also consider the following projects:

kakoune - mawww's experiment for a better code editor

nvim-toggle-terminal - NeoVim plugin that toggles a terminal buffer in the current window maintaining the same shell instance

dotfiles - :octocat: Tim does dotfiles

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

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

better-escape.nvim - Escape from insert mode without delay when typing

diff-kit - various tools for playing with diffs

vim-arpeggio - Vim plugin: Mappings for simultaneously pressed keys

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

nvim-peekup - 👀 dynamically interact with vim registers

Vim - The official Vim repository