Compare commits
2 commits
b74a385469
...
f9c5c547e4
Author | SHA1 | Date | |
---|---|---|---|
f9c5c547e4 | |||
b95fa9bd26 |
2 changed files with 19 additions and 1 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.
|
||||
#
|
||||
|
|
|
@ -147,7 +147,7 @@ with pkgs;
|
|||
if pkgs.stdenv.isx86_64 then
|
||||
[
|
||||
jupyter # For now.
|
||||
(wineWowPackages.unstableFull.override { waylandSupport = true; })
|
||||
(wineWowPackages.stableFull.override { waylandSupport = true; })
|
||||
winetricks
|
||||
zoom-us
|
||||
masterpdfeditor
|
||||
|
|
Loading…
Add table
Reference in a new issue