将光标移动到emacs中的屏幕中间

时间:2015-04-22 00:17:54

标签: emacs cursor

在vim中,你有移动光标而不是页面的键

H - 移至屏幕顶部

L - 移到屏幕底部

M - 移动到屏幕中间

emacs中有类似内容吗?

2 个答案:

答案 0 :(得分:11)

您可以使用move-to-window-line-top-bottom执行此操作(绑定到 M-r)。有关详细信息,请参阅(info "(emacs) Moving point")

答案 1 :(得分:2)

...和强制性评论:如果您使用vim图层evil-mode,也可以这样做。

安装(使用melpa):

package-install evil RET

使用:

M-x evil-mode