vim-abolish VS yode-nvim

Compare vim-abolish vs yode-nvim and see what are their differences.

vim-abolish

abolish.vim: Work with several variants of a word at once (by tpope)
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 yode-nvim
17 8
2,677 372
- -
3.3 0.0
7 months ago about 1 year ago
Vim Script Lua
- 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-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.
  • Custom code automation.
    1 project | /r/VisualStudio | 29 Jan 2023
    Alternatively, you could use vsvim and write a vim macro to do it, but that's a whole other rabbit hole to go down. The vim-abolish plugin should do the trick...
  • 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.
  • How to extend refactor for better integration for React?
    1 project | /r/neovim | 19 Jun 2022
    https://github.com/tpope/vim-abolish might be able to do this (I dont use it myself)
  • 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?

yode-nvim

Posts with mentions or reviews of yode-nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • Looking for a plugin to do markdown "hoisting".
    4 projects | /r/neovim | 8 Dec 2023
    Perhaps https://github.com/hoschi/yode-nvim
  • How can I delete buffer-local key mappings that a added by a plugin?
    1 project | /r/neovim | 18 Mar 2023
    The plugin is https://github.com/hoschi/yode-nvim . I've submitted an issue related to this. I just wanted a workaround for the meantime.
  • AstroNvim/AstroNvim: AstroNvim is an aesthetic and feature-rich Neovim config
    11 projects | news.ycombinator.com | 10 Mar 2023
    It gets brought up a lot in vim discussions. It's missing a few major things for me;

    1. Tabs (like in vim). I've found only vim and emacs have tabs in a way that makes sense to me. Kakoune also has a cool model, where I can use my window manager (or tmux) to recreate tabs.

    2. Code folding, I like to fold everything as soon as I open a file to get an "overview" and then slowly unfold as look into the details. Wasn't in Helix last time I checked.

    3. Narrowing. Emacs has it built in, (neo)vim requires a plugin [0]. Similar to code folding, when I'm working on a large function, I want to pretend it's the entirety of my buffer.

    [0] https://github.com/hoschi/yode-nvim

  • Show HN: Vim Reference Guide
    5 projects | news.ycombinator.com | 15 Mar 2022
    Hi, great work releasing this! Trying to explain vim concisely is always an interesting challenge and I had a great time reading your attempt in this book. I always find it really interesting on how people try to group certain vim functions in a way that makes sense to people that don't use vim.

    Whenever I try to explain vim to other people, I always start super abstract, i.e 'vim grammar is all (count)? verb then object. Learn actions and then the movements to apply the action where you want'. I think you cover that idea pretty well in your 'Vim philosophy and features' section whilst not making it overly abstract and keeping it relatable.

    Some things I noticed, you mention registers in the insert mode section before explaining what they are. It seemed odd to me that you used the word before explaining what it meant, but maybe it is unavoidable?

    I also noticed you completely left out folds (z, :help fold). Personally, I aggressively fold code I'm not working on so I think they are super important :D. There was a plugin posted recently thats a cool alternative to folding though (similar to emacs narrow) [0] [1].

    [0] https://github.com/hoschi/yode-nvim

  • Hacker News top posts: Feb 12, 2022
    5 projects | /r/hackerdigest | 12 Feb 2022
    Show HN: Yode-Nvim – Focused Code Editing for Neovim\ (3 comments)
  • Yode-Nvim - Focused Code Editing for NeoVim
    5 projects | /r/neovim | 11 Feb 2022
    found it, check this issue: https://github.com/hoschi/yode-nvim/issues/5

What are some alternatives?

When comparing vim-abolish and yode-nvim you can also consider the following projects:

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

cheatsheet.nvim - A cheatsheet plugin for neovim with bundled cheatsheets for the editor, multiple vim plugins, nerd-fonts, regex, etc. with a Telescope fuzzy finder interface!

neovim - Vim-fork focused on extensibility and usability

NrrwRgn - A Narrow Region Plugin for vim (like Emacs Narrow Region)

hunspell - The most popular spellchecking library.

blake3-6502 - the BLAKE3 hash function implemented in 6502 assembly

spellsitter.nvim - Treesitter powered spellchecker

xmonad - The core of xmonad, a small but functional ICCCM-compliant tiling window manager

typos - Source code spell checker

ppk_bluetooth - Bluetooth HID adapter for the Palm Portable Keyboard

local_vimrc - Per project/tree configuration plugins

awesome-flutter - 💗 A curated list of awesome Flutter libraries, tools, tutorials, articles and more.. All you should know about Flutter development!