vscode 快捷键原创
# mac
mac 快捷键,这是我自己修改的组合按键,与系统默认的有出入。
点击查看
按键组合 | 按键功能 | 备注 |
---|---|---|
alt + d | 快速选择相同内容 | editorFocus |
alt + → | 当前光标处词的结尾 | cursorWordEndRight |
alt + ← | 当前光标处词的开头 | cursorWordLeft |
alt + ↑ | 向上移动一行 | editor.action.moveLinesUpAction |
alt + ↓ | 向下移动一行 | editor.action.moveLinesDownAction |
shift + alt + ↓ | 向下复制行 | editor.action.copyLinesDownAction |
shift + alt + ↑ | 向上复制行 | editor.action.copyLinesUpAction |
ctrl + alt + c | 打开编辑器外的终端 | workbench.action.terminal.openNativeConsole |
win + backspace | 删除整行 | editor.action.deleteLines |
home | 光标移动到行首 | editor.action.deleteLines |
end | 光标移动到行尾 | editor.action.deleteLines |
# win10
win10 快捷键,这是我自己修改的组合按键,与系统默认的有出入,尽量不要设置 windowns
组合键。
点击查看
按键组合 | 按键功能 | 备注 |
---|---|---|
alt + d | 快速选择相同内容 | editorFocus |
alt + ↑ | 向上移动一行 | editor.action.moveLinesUpAction |
alt + ↓ | 向下移动一行 | editor.action.moveLinesDownAction |
shift + alt + ↓ | 向下复制行 | editor.action.copyLinesDownAction |
shift + alt + ↑ | 向上复制行 | editor.action.copyLinesUpAction |
ctrl + d | 往下复制行 | editor.action.copyLinesDownAction |
ctrl + alt + c | 打开编辑器外的终端 | workbench.action.terminal.openNativeConsole |
ctrl + backspace | 删除整行 | editor.action.deleteLines |
上次更新: 2022/07/23, 18:48:56