spacemacs/layers/+spacemacs/spacemacs-evil
Sorawee Porncharoenwase 8671362aa9 evil-unimpaired switch from normal to motion state
This change will make buffers with the motion state
(e.g., spacemacs home buffer) be able to use the
evil-unimpaired navigation key bindings.

Note that the normal state will inherit the motion
state map anyway, so there's no need to set the
normal state map separately.
2019-05-23 08:59:58 +02:00
..
local/evil-unimpaired evil-unimpaired switch from normal to motion state 2019-05-23 08:59:58 +02:00
README.org Switch to the new layers generator 2019-05-15 21:08:21 +03:00
config.el Add hybrid-style-visual-feedback variable 2018-06-08 02:32:05 -04:00
funcs.el Check for universal arg before paste 2019-04-25 19:30:29 +02:00
packages.el Don't lazy load keybindings for evil surround 2019-04-10 19:30:32 +02:00

README.org

spacemacs-evil layer

Description

This layer adds various adjustments to packages to create an evilified experience througout the entirety of Spacemacs.

Features:

  • Add evil tutorial with evil-tutor
  • Add relative line number with linun-relative (only in Emacs 25.x and older)
  • Add escaping under fd by default with evil-escape
  • Add occurences count in mode-line when searching a buffer
  • Add support for lisp structure manipulation with evil-lisp-state
  • Add safe structural editing of lisp dialects with evil-cleverparens
  • Add evil-exchange to swap text
  • Add easy live editing of multiple occurences with evil-iedit-state
  • Add new vim text objects for indentation with evil-indent-plus
  • Add operations to align text with evil-lion
  • Easy management of comments with evil-nerd-commenter
  • Nagivation between pairs with evil-matchit
  • Advanced navigation on brackets with evil-unimpaired
  • Easy increment and decrement of numbers with evil-number
  • Support for additional vim movements via evil-args
  • Support for surrounding the marked area with a given character via evil-surround
  • Evilification of various modes if the editing style is vim or hybrid
  • Improves the comment function to be able to also do the inverse operation
  • Persistent highlight of searched text with evil-search-highlight-persist
  • Display tidles in non-buffer area with vi-tilde-fringe