vim-abolish VS vim-case-change

Compare vim-abolish vs vim-case-change and see what are their differences.

vim-abolish

abolish.vim: Work with several variants of a word at once (by tpope)

vim-case-change

Vim plugin for rotating through different casing styles. (by icatalina)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
vim-abolish vim-case-change
17 2
2,654 12
- -
3.3 0.0
6 months ago almost 2 years ago
Vim Script Vim Script
- -
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-abolish

Posts with mentions or reviews of vim-abolish. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-05.
  • How to search and replace inside current workdir like vscode
    4 projects | /r/neovim | 5 Mar 2023
    Additionally, I use vim-abolish[https://github.com/tpope/vim-abolish] with the Subvert command to maintain the case.
  • Preview for vim-abolish?
    3 projects | /r/neovim | 10 Dec 2022
    tpope/vim-abolish provides a useful :Subvert command that works like a smart substitution. Is it possible to preview the command's effects just like for the built-in substitution command?
  • what vimL plugins are you still using?
    26 projects | /r/neovim | 1 Jul 2022
    tpope/vim-abolish: Some text manipulation stuff.
  • What are your must-have vim/nvim extensions?
    53 projects | /r/vim | 9 May 2022
    tpope/tpope-vim-abolish - Sane search/replace
  • Show HN: Vim Reference Guide
    5 projects | news.ycombinator.com | 15 Mar 2022
    The best thing about Vim is that you don't have to choose between Vim and an IDE! Any text editor or IDE that's even moderately popular will probably have a decent Vim plugin. The only downside is that you generally won't have access to Vim plugins (abolish.vim is the one I find myself missing the most: https://github.com/tpope/vim-abolish).

    Personally, I learned to use Vim via the VsVim plugin for Visual Studio.

  • A pragmatic approach to migrating from VSCode to Neovim
    35 projects | dev.to | 14 Feb 2022
    Indent-blankline to draw indentation guides, nvim-autopairs to automatically complete pairs of brackets and quotes (I didn’t know I couldn’t live without it), nvim-ts-autotag to autocomplete pairs of tags as well, targets.vim to target what is inside or outside the mentioned pairs and vim-surround to manage all those pairs with few keystrokes. Kommentary to comment and uncomment lines of code, nvim-cursorline to help locate where the cursor is and nvim-colorizer because I am cheeky. Vim-abolish is definitely an interesting one. I decided to install it because of its case coercion capabilities, but it can do much more than that.
  • Abbreinder - abbreviation reminder plugin
    3 projects | /r/neovim | 14 Jan 2022
    I create a lot of abbreviations, especially with vim-abolish. They're generally useful, but the problem is, they're hard to remember if I haven't used them in a while. To solve this problem I created a plugin, abbreinder.nvim, which reminds the user if they've typed the value of something that they could have used a pre-existing abbreviation for.
  • Case change
    4 projects | /r/neovim | 31 Aug 2021
    What are the advantages over vim-abolish?
  • ISuckAtSpelling.nvim: A NeoVim plugin that auto-corrects spelling mistakes in various natural and programming languages!
    8 projects | /r/neovim | 30 May 2021
    If you want case insensitive auto correction you might want to have a look at https://github.com/tpope/vim-abolish
  • Setting up VIM for blogging
    13 projects | dev.to | 23 Apr 2021
    All these solutions look promising. I've already benefited from including them in my VIM configuration while writing this blog post. Will do further testing and investigation in next days. Haven't yet tried plugins like vim-pencil or vim-abolish.

vim-case-change

Posts with mentions or reviews of vim-case-change. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-31.
  • Case change
    4 projects | /r/neovim | 31 Aug 2021
    Original plugins from https://github.com/icatalina/vim-case-change , I just added support for few more cases in here: https://github.com/JoseConseco/vim-case-change
    4 projects | /r/neovim | 31 Aug 2021

What are some alternatives?

When comparing vim-abolish and vim-case-change you can also consider the following projects:

abbrev-man.nvim - 🍍 A NeoVim plugin for managing vim abbreviations.

neovim - Vim-fork focused on extensibility and usability

hunspell - The most popular spellchecking library.

spellsitter.nvim - Treesitter powered spellchecker

local_vimrc - Per project/tree configuration plugins

lh-style - Vim Script library providing stylistic related functions

typos - Source code spell checker

dictionaries - Hunspell dictionaries in UTF-8

vim-litecorrect - Lightweight auto-correction for Vim

yode-nvim - Yode plugin for NeoVim

targets.vim - Vim plugin that provides additional text objects

vim-autocorrect - Correct common typos and misspellings as you type in Vim