当我在emacs中分割窗口几次(终端下)时,整个屏幕分为几个部分,分层布置。在vim中,使用Control-w(h,j,k,l)直观地切换窗口很容易,但是在Emacs中,我只能使用Control-x o切换到“另一个窗口”,这可能需要几次迭代终于到达我打算的窗口。我想知道是否有更好的方式类似于Vim,以方便在Windows之间导航?
你试过
WindMove吗它与Emacs 21捆绑在一起。您可以通过Shift-up,Shift-down,Shift-left和Shift-right移动,尽管您可以更改修改器。从文档:
原文链接:https://www.f2er.com/bash/387621.html;; Installation: ;; ;; Put the following line in your `.emacs' file: ;; ;; (windmove-default-keybindings) ; shifted arrow keys ;; ;; or ;; ;; (windmove-default-keybindings 'hyper) ; etc. ;; ;; to use another modifier key. ;; ;; ;; If you wish to enable wrap-around,also add a line like: ;; ;; (setq windmove-wrap-around t)