vscode: add double-shift

This commit is contained in:
Kate 2024-11-20 23:37:06 -07:00
parent b74a385469
commit b95fa9bd26

View file

@ -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.
#