Answers:
我找到了一种方法,使用与我配置的OSX(CMD-§)相同的命令在帧之间切换。
我刚把它添加到init.el:
(global-set-key(kbd“M-§”)'other-frame)
所以我不需要将“传递给”OS,因为这将具有完全相同的效果。
你在谈论使用CMD-~
?如果是这样,emacs具有与以下键击类似的功能:
C-x <LEFT>
Select the previous buffer in the list of existing buffers.
C-x <RIGHT>
Select the next buffer in the list of existing buffers.