emacs-evil-commentary
adds keybindings to easily comment out lines of code in evil mode. It provides gcc
to comment out lines, and gc
to comment out the target of a motion.
emacs-evil-quickscope
highlights targets for Evil mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim features and provides Vim-like key bindings.
This package adds new text objects for evil-mode
based on blocks having the same or higher indentation, including or excluding surrounding lines.
emacs-evil-smartparens
is an Emacs minor mode which makes Evil play nice with Smartparens. Evil is an Emacs minor mode that emulates Vim features and provides Vim-like key bindings.
evil-cleverparens
remaps Evil keybindings to allow modal editing with screwing up the structure of Lisp code. Alternatives for verb commands which would are normally destructive (such as deletion) are provided. Those alternative commands are and bound by default to their corresponding Evil keys.
This package provides text objects and operators for comments within evil-mode
.
This package provides text objects for evil-mode
with boundaries defined by syntax highlighting.
This package provides versions of query-replace
and replace-regexp
that work for evil-mode
visual blocks.
This package lets you use C-h, C-j, C-k and C-l to navigate between Emacs windows and tmux panes.
This package provides evil-mode
text objects for Python.
This package provides an Evil operator for replacing text with the contents of a register.