更具体地说:如何在Visual Studio代码中导航到光标左侧最近的空格?
我一直在谷歌上搜索,甚至是关于SO的快捷方式答案,但没有什么。
编辑1:澄清
考虑这个文本,光标位于插入符号:
This is a sentence
^
按此快捷键可将光标移动到此处:
This is a sentence
^
编辑2:这是Ctrl + Left执行的操作
... type="x" href="/a/path/to/file.css"
^
... type="x" href="/a/path/to/file.css"
^
... type="x" href="/a/path/to/file.css"
^
... type="x" href="/a/path/to/file.css"
^
... type="x" href="/a/path/to/file.css"
^
... type="x" href="/a/path/to/file.css"
^
... type="x" href="/a/path/to/file.css"
^
... type="x" href="/a/path/to/file.css"
^
编辑2:这就是我正在寻找的:
... type="x" href="/a/path/to/file.css"
^
... type="x" href="/a/path/to/file.css"
^
答案 0 :(得分:1)
参见 Ctrl - leftArrow
{
"key": "ctrl+left",
"command": "cursorWordStartLeft",
"when": "textInputFocus"
}