diff --git a/nixos/configs/dotfiles/vscode.hm.nix b/nixos/configs/dotfiles/vscode.hm.nix index 4e637ae..53d34b9 100644 --- a/nixos/configs/dotfiles/vscode.hm.nix +++ b/nixos/configs/dotfiles/vscode.hm.nix @@ -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. #