Integrate evil-lion to evil-mode

adds `gl`, `gL` operators for alignment.
This commit is contained in:
yoavm448 2020-02-25 00:22:26 +02:00
parent 981ed73e66
commit f4d908852a
3 changed files with 9 additions and 0 deletions

View file

@ -589,6 +589,12 @@ To change these keys see `+evil-repeat-keys'."
: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
(:when (featurep! :completion company)
(:prefix "C-x"