Tha*_*tas 6 terminal shortcut key-bindings visual-studio-code
如何在 VSCode 集成终端上启用Ctrl+ Shift+ \xe2\x86\x90/选择(突出显示)上一个或下一个单词?\xe2\x86\x92
\nCtrl+ \xe2\x86\x90/\xe2\x86\x92可以将光标移动一个单词,但Ctrl+ Shift+ \xe2\x86\x90/\xe2\x86\x92会输出 D 和 C 。
\n我在 keybindings.json 中尝试了这些(右侧相同):
\n {\n "key": "ctrl+shift+left",\n "command": "-cursorWordStartLeftSelect",\n "when": "textInputFocus"\n },\n {\n "key": "ctrl+shift+left",\n "command": "-workbench.action.terminal.resizePaneLeft",\n "when": "terminalFocus"\n },\n {\n "key": "ctrl+shift+left",\n "command": "cursorWordStartLeftSelect",\n "when": "textInputFocus || terminalFocus"\n },\nRun Code Online (Sandbox Code Playgroud)\n和
\n {\n "key": "ctrl+shift+left",\n "command": "-workbench.action.terminal.resizePaneLeft",\n "when": "terminalFocus"\n },\n {\n "key": "ctrl+shift+left",\n "command": "cursorWordStartLeftSelect",\n "when": "terminalFocus"\n },\nRun Code Online (Sandbox Code Playgroud)\n但没有用。有什么建议么?
\nVSCode 版本:1.40.2 x64
\nos:Ubuntu 19.10
| 归档时间: |
|
| 查看次数: |
775 次 |
| 最近记录: |