Integrate evil-lion to evil-mode
adds `gl`, `gL` operators for alignment.
This commit is contained in:
parent
981ed73e66
commit
f4d908852a
3 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue