Version 1.1 of package Evil-Args has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Evil-Args describes itself as: ========================================================= Motions and text objects for delimited arguments in Evil. ========================================================= More at https://elpa.nongnu.org/nongnu/evil-args.html ## Summary: # evil-args Motions and text objects for delimited arguments in [Evil](https://gitorious.org/evil/), the extensible vi layer for Emacs. ## Setup ### Installing from MELPA If you already use MELPA, all you have to do is: M-x package-install RET evil-args RET For help installing and using MELPA, see [these instructions]( melpa.milkbox.net/#/getting-started). ### Installing from Github Install `evil-args` manually from Github with: git clone https://github.com/wcsmith/evil-args.git ### Configuration After installing `evil-args`, add the following to your `.emacs`: ;; locate and load the package (add-to-list 'load-path "path/to/evil-args") (require 'evil-args) ;; bind evil-args text objects (define-key evil-inner-text-objects-map "a" 'evil-inner-arg) ## Recent NEWS: [Not provided 🙁]
