vscode: add double-shift
This commit is contained in:
parent
b74a385469
commit
b95fa9bd26
1 changed files with 18 additions and 0 deletions
|
@ -64,6 +64,24 @@ in
|
|||
|
||||
];
|
||||
|
||||
#
|
||||
# Keybindings.
|
||||
#
|
||||
keybindings = [
|
||||
{
|
||||
key = "shift shift";
|
||||
command = "workbench.action.quickOpen";
|
||||
}
|
||||
{
|
||||
key = "alt alt";
|
||||
command = "workbench.action.quickOpen";
|
||||
}
|
||||
{
|
||||
key = "ctrl ctrl";
|
||||
command = "workbench.action.showCommands";
|
||||
}
|
||||
];
|
||||
|
||||
#
|
||||
# VSCode settings; runtime settings are immutable.
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue