gpt4 book ai didi

visual-studio-code - VS Code - 键盘滚动后将光标移动到当前屏幕中心的键盘快捷键

转载 作者:行者123 更新时间:2023-12-01 13:07:03 37 4
gpt4 key购买 nike

使用键盘 (Ctrl+UpArrow/DownArrow) 在编辑器中滚动后,光标会停留在原来的位置,可能会向后移动 5-10 个屏幕。

是否有命令将光标移动到我正在查看的当前屏幕的中心,以便我可以编辑我正在查看的任何内容?

我可以执行“转到行”(Ctrl+G,然后键入行号),但我正在寻找单键键盘快捷键。

最佳答案

在你的 keybindings.json 中试试这个:

{
"key": "alt+m", // or whatever binding you choose
"command": "cursorMove",
"args": {
"to": "viewPortCenter"
}
}

如果需要,另请参阅: to automatically move cursor as you scroll

关于visual-studio-code - VS Code - 键盘滚动后将光标移动到当前屏幕中心的键盘快捷键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57436122/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com