可能重复: 如何在Emacs中更轻松地在缓冲区之间切换?
在使用emacs时,我倾向于保留许多打开的窗口.不幸的是使用M-x other-window非常烦人.到目前为止,我已在.emacs文件中设置了键盘快捷键:(global-set-key (quote [backtab]) (quote other-window)).这使事情变得更简单,但我要找的命令的等价物next-buffer,并previus-buffer可以应用到Windows.
M-x other-window
(global-set-key (quote [backtab]) (quote other-window))
next-buffer
previus-buffer
emacs keyboard-shortcuts
emacs ×1
keyboard-shortcuts ×1