Changing window faster in Emacs (or repeating last shortcut with a single strike)

后端 未结 4 1460
無奈伤痛
無奈伤痛 2021-01-05 14:23

if I want to change windows in emacs I do C-x o and that\'s fine with me...but when I want to change window lots of times in a row C-x o is not so convenient...is there a wa

4条回答
  •  萌比男神i
    2021-01-05 15:16

    Check out windmove; it lets you just hold down a modifier key and press an arrow key to move to the window in that direction. I've been using it for years with the default modifier (shift) and strangely enough it doesn't interfere with my impulses to use shift-arrow text selection in other applications.

    There's also an equivalent for frames, which I should really try...

提交回复
热议问题