scut-reminder/config/vscode.json

41 lines
1.7 KiB
JSON

{
"name": "Visual Studio Code",
"shortcuts": {
"Ctrl+Shift+P": "Command Palette",
"Ctrl+Shift+N": "New Window",
"Ctrl+Shift+W": "Close Window",
"Ctrl+Shift+T": "Reopen Closed Editor",
"Ctrl+Tab": "Switch Editor",
"Ctrl+Shift+Tab": "Switch Editor in Reverse Order",
"Ctrl+Shift+M": "Toggle Problems Panel",
"Ctrl+Shift+G": "Toggle Source Control",
"Ctrl+Shift+D": "Toggle Debug",
"Ctrl+Shift+X": "Toggle Extensions",
"Ctrl+Shift+V": "Open Markdown Preview",
"Ctrl+K V": "Open Markdown Preview to the Side",
"Ctrl+Shift+F": "Find in Files",
"Ctrl+F": "Find",
"Ctrl+H": "Replace",
"F12": "Go to Definition",
"Ctrl+F12": "Go to Definition (in the same file)",
"Alt+F12": "Peek Definition",
"Ctrl+Shift+O": "Go to Symbol",
"Ctrl+Shift+M": "Show Problems",
"Ctrl+Shift+J": "Toggle Search Details",
"Ctrl+Shift+D": "Duplicate Line or Selection",
"Alt+Up": "Move Line Up",
"Alt+Down": "Move Line Down",
"Ctrl+Shift+K": "Delete Line",
"Ctrl+D": "Add Selection to Next Find Match",
"Ctrl+K Ctrl+D": "Move Last Selection to Next Find Match",
"Alt+Left": "Go Back",
"Alt+Right": "Go Forward",
"Ctrl+Shift+U": "Change Case",
"Ctrl+K Z": "Toggle Zen Mode",
"Ctrl+K S": "Toggle Editor Group Layout",
"Ctrl+K Ctrl+W": "Close All Editors",
"Ctrl+Shift+E": "Show Explorer",
"Ctrl+Shift+H": "Replace in Workspace",
"Ctrl+K Ctrl+X": "Trim Trailing Whitespace"
}
}