Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
/ evil-wildfire Public archive

Smart selection of closest object for Emacs Evil.

License

Notifications You must be signed in to change notification settings

SpringHan/evil-wildfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Evil-Wildfire

Now, I’m using Sniem instead of evil, so this repository is locked. Evil-wildfire is moved to sniem-object-catch. evil-wildfire is a package can smartly help user to select the objects in evil-mode.

Functions

  • (evil-wildfire-catch)

    This functions is used to select the nearlist symbol item. And it’s binded to RET in evil-mode (You can change it by evil-wildfire-catch-key).

  • (evil-wildfire-catch-by-char)

    This function can let you use a charactor which is in the evil-wildfire-global-symbol-alist to select the item covered with it. It’s binded to C-RET in evil-mode (You can change it by evil-wildfire-catch-char-key).

  • (evil-wildfire-catch-parent)

    This function make you can catch the parent of current selected item. It’s binded to M-RET (You can change it by evil-wildfire-catch-parent-key).

  • (evil-wildfire-mode-defalist)

    This macro let you define the symbol alist for a major mode. If the list is not exists, it’ll be added.Otherwise it’ll replace the original one. e.g.:

    (evil-wildfire-mode-defalist 'emacs-lisp-mode
      '("$" . "$")
      '("^" . "^"))
        

About

Smart selection of closest object for Emacs Evil.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages