vscodium: toggled menu bar

This commit is contained in:
Alexander Bantyev 2022-06-14 01:24:53 +04:00
parent 90076c5151
commit 00be3d4130
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -92,10 +92,8 @@ in {
"nix.formatterPath" = "nixfmt"; "nix.formatterPath" = "nixfmt";
"git.autofetch" = true; "git.autofetch" = true;
"redhat.telemetry.enabled" = false; "redhat.telemetry.enabled" = false;
"vscode-neovim.neovimExecutablePaths.linux" = "${pkgs.neovim}/bin/nvim";
"vscode-neovim.useCtrlKeysForNormalMode" = false;
"vscode-neovim.mouseSelectionStartVisualMode" = true;
"security.workspace.trust.untrustedFiles" = "open"; "security.workspace.trust.untrustedFiles" = "open";
"window.menuBarVisibility" = "toggle";
}; };
keybindings = [{ keybindings = [{
key = "ctrl+shift+r"; key = "ctrl+shift+r";