Skip to content

evil-escape, evil-jumper, evil-args, hl-anything, fancy-narrow, comments key binding prefix, various fixes

Compare
Choose a tag to compare
@syl20bnr syl20bnr released this 10 Nov 05:13
· 6215 commits to master since this release

New packages:

New contribs:

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 to ace-jump-word-mode instead of ace-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:

  • (issue #90) fix repeat bug with . and n or N (thanks to danielwuz)
  • (issue #98) visual block broken