spacemacs中的编辑模式移动光标问题

在spacemacs中的编辑模式移动光标很不方便,在Major-Mode 是javascript-IDE的情况下C-p C-n好像都给占用了。想问一下大伙是怎么设置的? C-p runs the command hippie-expand (found in evil-insert-state-map), which is an interactive compiled Lisp function.

It is bound to M-/, C-p.

(hippie-expand ARG)

:around advice: ‘ad-Advice-hippie-expand’

C-n runs the command evil-mc-make-and-goto-next-match, which is an interactive compiled Lisp function in ‘evil-mc-cursor-make.el’.

It is bound to C-n, C-n, C-n.

(evil-mc-make-and-goto-next-match)

Initialize ‘evil-mc-pattern’, make a cursor at point, and go to the next match.

找到dotspacemacs-editing-style,后面的vim改成hybrid

编辑模式下C-n补全也是vim的快捷键。

谢谢!从EMACS转到SPACEMACS感觉好不习惯啊!

那就把editing-style改成emacs:rofl:

改成EMACS的话,好像SPACE那个快捷键用不了是吧。

是的,可以改dotspacemacs-emacs-leader-key

感谢感谢,我先适应一下先吧,感觉默认用VIM的话有它的道理,实在不行再改。