ReplaceWithSameIndentRegister VS vim-textobj-variable-segment

Compare ReplaceWithSameIndentRegister vs vim-textobj-variable-segment and see what are their differences.

ReplaceWithSameIndentRegister

Replace lines with the contents of a register, keeping the original indent. (by vim-scripts)

vim-textobj-variable-segment

A text object to turn foo_bar_baz into foo_baz *and* quuxSpamEggs into quuxEggs *and* shine your shoes (by Julian)
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
ReplaceWithSameIndentRegister vim-textobj-variable-segment
1 9
9 149
- -
10.0 0.0
over 9 years ago almost 2 years ago
VimL 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.

ReplaceWithSameIndentRegister

Posts with mentions or reviews of ReplaceWithSameIndentRegister. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-16.
  • What is the coolest, unknown(-ish) plugin that you're using that other people could benefit from?
    33 projects | /r/neovim | 16 Sep 2022
    2 essential plugins for me that I don’t see talked about much anymore are vim-scripts/ReplaceWithRegister and vim-scripts/ReplaceWithSameIndentRegister. The vanilla way to do this is not super difficult, delete into the black hole register, then paste. Or visually select, then paste. And afterwards clean up the formatting if necessary. But I do this hundreds of times a day, the convenience of having a dedicated command for it is massive.

vim-textobj-variable-segment

Posts with mentions or reviews of vim-textobj-variable-segment. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-11.

What are some alternatives?

When comparing ReplaceWithSameIndentRegister and vim-textobj-variable-segment you can also consider the following projects:

dirbuf.nvim - A file manager for Neovim which lets you edit your filesystem like you edit text

CamelCaseMotion - A vim script to provide CamelCase motion through words (fork of inkarkat's camelcasemotion script)

dial.nvim - enhanced increment/decrement plugin for Neovim.

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

nvim-bufdel - A Neovim plugin to improve buffer deletion

targets.vim - Vim plugin that provides additional text objects

vim-search-pulse - Easily locate the cursor after a search

nvim-dap - Debug Adapter Protocol client implementation for Neovim

nvim-miniyank - killring-alike plugin for neovim and vim 8 with no default mappings

switch.vim - A simple Vim plugin to switch segments of text with predefined replacements

diffconflicts - A better Vimdiff Git mergetool

tidy.nvim - A small Neovim plugin to remove trailing whitespace and empty lines at end of file on every save