在使用 Visual Studio for Mac 时,我找不到任何快捷方式让我跳转到代码文件的底部(或顶部)。不能轻易做到这一点真是太烦恼了,有什么捷径吗?
(我将 Home/End 映射到 Windows 行为的行首/行尾,而不是默认的 Mac 行为)?
在使用 Visual Studio Code 1.83.0 在 macOS Ventura 13.5 上进行测试期间,以下按键序列对我有用:
<CMD><Up-Arrow>: Jump to top of file
<CMD><Down-Arrow>: Jump to bottom of file.
假设您位于日志文件的中间,并且您想要选择从当前位置到文件顶部或底部的所有行,以下按键序列对我有用:
<SHIFT><CMD><Up-Arrow>: Select all text from here to the top of file
<SHIFT><CMD><Down-Arrow>: Select all text from here to the bottom of file
来自其 keyboard-shortcuts-macos.pdf 的基本编辑部分:
⌘↑ / ⌘↓ 转到文件开头/结尾