文档evil-normal-state-map
:
正常状态的键盘映射。
文档evil-motion-state-map
:
运动状态的按键图。
Vim是否具有所谓的“运动模式”?在Vim中,执行:help Normal-mode
可以为您提供有关Vim模式的文档,而:help Motion-mode
告诉我E149: Sorry, no help for Motion-mode
。
另外,在以邪恶状态映射键时,应该使用哪个语句?
(define-key evil-normal-state-map (kbd <key>) <command>)
(define-key evil-motion-state-map (kbd <key>) <command>)
如果相关,我正在使用Spacemace。