evil-textobj-tree-sitter VS evil-snipe

Compare evil-textobj-tree-sitter vs evil-snipe and see what are their differences.

evil-textobj-tree-sitter

Tree-sitter powered textobjects for evil mode in Emacs (by meain)

evil-snipe

2-char searching ala vim-sneak & vim-seek, for evil-mode (by hlissner)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
evil-textobj-tree-sitter evil-snipe
12 4
184 331
- -
6.6 3.0
6 days ago 8 months ago
Scheme Emacs Lisp
Apache License 2.0 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.

evil-textobj-tree-sitter

Posts with mentions or reviews of evil-textobj-tree-sitter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-14.

evil-snipe

Posts with mentions or reviews of evil-snipe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-04.
  • Is there an evil-mode equivalent to nvim's Leap?
    2 projects | /r/evilmode | 4 Jan 2023
    I think evil-snipe is pretty similar. Maybe avy-goto-char-2 is also worth a look?
  • Best packages to use with evil mode .
    12 projects | /r/emacs | 13 May 2022
    evil-snipe: fast 2-char search, optionally overrides f/F and t/T to work on multiple lines
  • How to display distance number from cursor position above every character of the current line
    2 projects | /r/emacs | 29 Jun 2021
    If you want to minimize the number of times you have to press ';', the evil-snipe package lets you the same thing with a 2 character search instead of one. So with that package installed, if you have a line containing "HTTP request sent, awaiting response... 200 OK" and you want to get to the 'e' at the end of 'response', you'd press se., and your cursor goes right to it. (The package is included in Doom Emacs and is maintained by the same developer.)
  • Rebind everything
    3 projects | /r/emacs | 27 May 2021
    If you install evil-snipe, it'll take over the S key for quick 2-character searching. (How often does anyone use the substitute command anyway?). It also makes the T and F commands work better (You can repeat searches by just pressing the key again. So you'd avoid having to use a modifier to reach "," or ";").

What are some alternatives?

When comparing evil-textobj-tree-sitter and evil-snipe you can also consider the following projects:

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

avy - Jump to things in Emacs tree-style

combobulate - Structured Editing and Navigation in Emacs with Tree-Sitter

meow - Yet another modal editing on Emacs / 猫态编辑

lispy - Short and sweet LISP editing

evil-man - Evil Man - 中国男性之恶

nvim-gps - Simple statusline component that shows what scope you are working inside

emacs-solaire-mode - If only certain buffers could be so grossly incandescent.

things.el - Extensions to thingatpt.el

evil-collection - A set of keybindings for evil-mode

evil-cleverparens - Evil normal-state minor-mode for editing lisp-like languages