Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在eclipse中,有一个快捷键Alt-LeftArrow可以跳转到最后一行访问。我想知道emacs的编码工具中是否有类似的功能,例如cedet。
您可以通过调用跳转到当前文件中最后访问的行C-u C-SPACE。
C-u C-SPACE
您可以重复调用此命令,以便访问标记环中的所有行。
实际上,emacs 保留了两个标记环——本地和全局。跳到全球响铃中的最新标记C-x C-SPACE。对于本地标记环,您可以重复执行此操作。
C-x C-SPACE