使用 spacemacs 后, 很多快捷键都不能用了, 比如 C-e 和 C-d 被 evil占用了. 想改回来, 但是找不到那个绑定快捷键的地方. 还有比如 C-k 在编辑模式的时候也不好使了, 整个操作都乱糟糟的了 编辑模式的时候 C-p 和 C-n 都不能用, 只能左右移动. 基本操作都略费劲了. 这个过渡有点 high 了…
C-e runs the command evil-scroll-line-down (found in evil-motion-state-map),
which is an interactive Lisp function in ‘evil-commands.el’.
It is bound to C-e.
(evil-scroll-line-down COUNT)
Scrolls the window COUNT lines downwards.
If COUNT is not specified the function uses
‘evil-scroll-line-count’, which is the last used count.
[back]