evil-escape, evil-jumper, evil-args, hl-anything, fancy-narrow, comments key binding prefix, various fixes
New packages:
- evil-escape-mode which implements all the
fd
escape stuff, uses key-chord as back-end (thanks to ralesi for the suggestion) - evil-jumper (thanks to ralesi)
- evil-args (thanks to danielwuz)
- hl-anything, see readme here
- fancy-narrow (thanks to ralesi)
New contribs:
- company-mode contrib! (thanks to trishume)
Changes:
- evil-nerd-commenter bindings are now on the prefix
<SPC> c
instead of<SPC> n c
, moreover the comment operator bindings is<SPC> ;
. See readme here <SPC> <SPC>
is now bound toace-jump-word-mode
instead oface-jump-char-mod
(thanks to danielwuz)- new ex command
:noh
to clear persistent highlight (thanks to danielwuz) - new text objects
$
,|
and%
(thanks to ralesi) - gather cache files into a single directory
.cache
(thanks to ralesi)
Fixes: