2025-09-25 20:29:27 -06:00
2025-09-20 15:09:15 -06:00
2025-09-25 20:29:27 -06:00

evil-leap

Evil-leap is a port of leap.nvim, a fantastic Neovim package that allows you to search for and quickly jump to two-character strings.

Installation

With use-package + Straight:

  (use-package evil-leap
   :straight (:type git
              :host gitlab
              :repo "msyds/evil-leap")
   :config
   ;; Bind `evil-leap-forward' and `evil-leap-backward' here.
   )

To-do

  • Fix exception thrown when no matches.
  • Fix case-sensitive searching.
  • SPC SPC to match newline.
  • Remove Evil dependency.
  • Case-fold?
Description
No description provided
Readme 106 KiB
Languages
Emacs Lisp 100%