怎么在emacs模式下 光标跳转 到当前光标下匹配 的单词

我记得purcell大神的配置M-p就是光标就跳转到上一个匹配到的单词 spacemacs怎么实现

;;;###autoload
(defun highlight-symbol-next ()
  "Jump to the next location of the symbol at point within the buffer."
  (interactive)
  (highlight-symbol-jump 1))

确实,不错不错,谢谢

在evil里面*就是这个功能呀。

之前一直用的vim,厌倦了模式跳转