Fix custom evil-ex bindings in insert state
This commit is contained in:
parent
6247f85a1e
commit
eba0f1a565
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ determine the state to enable when escaping from the insert state.")
|
||||||
(funcall state))))
|
(funcall state))))
|
||||||
|
|
||||||
;; evil ex-command key
|
;; evil ex-command key
|
||||||
(global-set-key (kbd dotspacemacs-command-key) 'evil-ex)
|
(define-key evil-motion-state-map (kbd dotspacemacs-command-key) 'evil-ex)
|
||||||
;; Make evil-mode up/down operate in screen lines instead of logical lines
|
;; Make evil-mode up/down operate in screen lines instead of logical lines
|
||||||
(define-key evil-normal-state-map "j" 'evil-next-visual-line)
|
(define-key evil-normal-state-map "j" 'evil-next-visual-line)
|
||||||
(define-key evil-normal-state-map "k" 'evil-previous-visual-line)
|
(define-key evil-normal-state-map "k" 'evil-previous-visual-line)
|
||||||
|
|
Reference in a new issue