Merge pull request #2594 from yoavm448/develop
Integrate evil-lion into evil-mode
This commit is contained in:
commit
74f314e2d2
3 changed files with 9 additions and 0 deletions
|
@ -34,6 +34,7 @@ This holy module brings the vim experience to Emacs.
|
||||||
+ [[https://github.com/syl20bnr/evil-escape][evil-escape]]
|
+ [[https://github.com/syl20bnr/evil-escape][evil-escape]]
|
||||||
+ [[https://github.com/Dewdrops/evil-exchange][evil-exchange]]
|
+ [[https://github.com/Dewdrops/evil-exchange][evil-exchange]]
|
||||||
+ [[https://github.com/TheBB/evil-indent-plus][evil-indent-plus]]
|
+ [[https://github.com/TheBB/evil-indent-plus][evil-indent-plus]]
|
||||||
|
+ [[https://github.com/edkolev/evil-lion][evil-lion]]
|
||||||
+ [[https://github.com/redguardtoo/evil-nerd-commenter][evil-nerd-commentary]]
|
+ [[https://github.com/redguardtoo/evil-nerd-commenter][evil-nerd-commentary]]
|
||||||
+ [[https://github.com/redguardtoo/evil-matchit][evil-matchit]]
|
+ [[https://github.com/redguardtoo/evil-matchit][evil-matchit]]
|
||||||
+ [[https://github.com/cofi/evil-numbers][evil-numbers]]
|
+ [[https://github.com/cofi/evil-numbers][evil-numbers]]
|
||||||
|
@ -68,6 +69,7 @@ The following vim plugins have been ported to evil:
|
||||||
|-----------------------+--------------------------------+--------------------------------------------|
|
|-----------------------+--------------------------------+--------------------------------------------|
|
||||||
| vim-commentary | evil-nerd-commenter | omap =gc= |
|
| vim-commentary | evil-nerd-commenter | omap =gc= |
|
||||||
| vim-easymotion | evil-easymotion | omap =gs= |
|
| vim-easymotion | evil-easymotion | omap =gs= |
|
||||||
|
| vim-lion | evil-lion | omap =gl= / =gL= |
|
||||||
| vim-seek or vim-sneak | evil-snipe | mmap =s= / =S=, omap =z= / =Z= & =x= / =X= |
|
| vim-seek or vim-sneak | evil-snipe | mmap =s= / =S=, omap =z= / =Z= & =x= / =X= |
|
||||||
| vim-surround | evil-embrace and evil-surround | vmap =S=, omap =ys= |
|
| vim-surround | evil-embrace and evil-surround | vmap =S=, omap =ys= |
|
||||||
|
|
||||||
|
|
|
@ -589,6 +589,12 @@ To change these keys see `+evil-repeat-keys'."
|
||||||
:o "s" #'evil-surround-edit
|
:o "s" #'evil-surround-edit
|
||||||
:o "S" #'evil-Surround-edit
|
:o "S" #'evil-Surround-edit
|
||||||
|
|
||||||
|
;; evil-lion
|
||||||
|
:n "gl" #'evil-lion-left
|
||||||
|
:n "gL" #'evil-lion-right
|
||||||
|
:v "gl" #'evil-lion-left
|
||||||
|
:v "gL" #'evil-lion-right
|
||||||
|
|
||||||
;; Omni-completion
|
;; Omni-completion
|
||||||
(:when (featurep! :completion company)
|
(:when (featurep! :completion company)
|
||||||
(:prefix "C-x"
|
(:prefix "C-x"
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
(package! evil-escape :pin "f4e9116bfb")
|
(package! evil-escape :pin "f4e9116bfb")
|
||||||
(package! evil-exchange :pin "3030e21ee1")
|
(package! evil-exchange :pin "3030e21ee1")
|
||||||
(package! evil-indent-plus :pin "0c7501e6ef")
|
(package! evil-indent-plus :pin "0c7501e6ef")
|
||||||
|
(package! evil-lion :pin "6b03593f5d")
|
||||||
(package! evil-nerd-commenter :pin "fa40dab8d2")
|
(package! evil-nerd-commenter :pin "fa40dab8d2")
|
||||||
(package! evil-numbers
|
(package! evil-numbers
|
||||||
:recipe (:host github :repo "janpath/evil-numbers")
|
:recipe (:host github :repo "janpath/evil-numbers")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue