1 Star 0 Fork 0

Michael/VSCodeGist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
keybindings.json 4.37 KB
一键复制 编辑 原始数据 按行查看 历史
Michael 提交于 2020-10-29 09:47 +08:00 . 设置vscode快捷键
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+alt+r",
"command": "toggleFindRegex",
"when": "editorFocus"
},
{
"key": "alt+r",
"command": "-toggleFindRegex",
"when": "editorFocus"
},
{
"key": "ctrl+alt+r",
"command": "toggleSearchRegex",
"when": "searchInputBoxFocus && searchViewletVisible"
},
{
"key": "alt+r",
"command": "-toggleSearchRegex",
"when": "searchInputBoxFocus && searchViewletVisible"
},
{
"key": "alt+d",
"command": "editor.action.goToDeclaration",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
},
{
"key": "f12",
"command": "-editor.action.goToDeclaration",
"when": "editorHasDefinitionProvider && editorTextFocus && !isInEmbeddedEditor"
},
{
"key": "alt+r",
"command": "editor.action.referenceSearch.trigger",
"when": "editorHasReferenceProvider && editorTextFocus && !inReferenceSearchEditor && !isInEmbeddedEditor"
},
{
"key": "shift+f12",
"command": "-editor.action.referenceSearch.trigger",
"when": "editorHasReferenceProvider && editorTextFocus && !inReferenceSearchEditor && !isInEmbeddedEditor"
},
{
"key": "alt+g",
"command": "workbench.action.quickOpen"
},
{
"key": "ctrl+p",
"command": "-workbench.action.quickOpen"
},
{
"key": "shift+alt+s",
"command": "workbench.action.gotoSymbol"
},
{
"key": "ctrl+shift+o",
"command": "-workbench.action.gotoSymbol"
},
{
"key": "alt+q",
"command": "workbench.action.navigateBack"
},
{
"key": "alt+left",
"command": "-workbench.action.navigateBack"
},
{
"key": "alt+e",
"command": "workbench.action.navigateForward"
},
{
"key": "alt+right",
"command": "-workbench.action.navigateForward"
},
{
"key": "shift+alt+f",
"command": "workbench.action.findInFiles"
},
{
"key": "ctrl+shift+f",
"command": "-workbench.action.findInFiles"
},
{
"key": "shift+alt+w",
"command": "toggleFindWholeWord",
"when": "editorFocus"
},
{
"key": "alt+w",
"command": "-toggleFindWholeWord",
"when": "editorFocus"
},
{
"key": "shift+alt+w",
"command": "toggleSearchWholeWord",
"when": "searchInputBoxFocus && searchViewletVisible"
},
{
"key": "alt+w",
"command": "-toggleSearchWholeWord",
"when": "searchInputBoxFocus && searchViewletVisible"
},
{
"key": "alt+oem_3",
"command": "workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+oem_3",
"command": "-workbench.action.terminal.toggleTerminal"
},
{
"key": "shift+alt+a",
"command": "xandeer.aligncode",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+a",
"command": "-xandeer.aligncode",
"when": "editorTextFocus"
},
{
"key": "alt+p",
"command": "workbench.action.showCommands"
},
{
"key": "ctrl+shift+p",
"command": "-workbench.action.showCommands"
},
{
"key": "alt+t",
"command": "workbench.action.gotoLine"
},
{
"key": "ctrl+g",
"command": "-workbench.action.gotoLine"
},
{
"key": "alt+oem_1",
"command": "cursorEnd",
"when": "textInputFocus"
},
{
"key": "end",
"command": "cursorEnd",
"when": "textInputFocus"
},
{
"key": "alt+f",
"command": "editor.action.formatDocument",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+f",
"command": "-editor.action.formatDocument",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+d",
"command": "editor.action.copyLinesDownAction",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus"
}
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/qiaogaojian/codegist.git
git@gitee.com:qiaogaojian/codegist.git
qiaogaojian
codegist
VSCodeGist
master

搜索帮助

371d5123 14472233 46e8bd33 14472233