change vscodium settings
This commit is contained in:
parent
5374ebd9a2
commit
8a39bdf571
|
@ -17,7 +17,7 @@
|
||||||
"window.menuBarVisibility" = "toggle";
|
"window.menuBarVisibility" = "toggle";
|
||||||
"editor.fontFamily" = "'JetBrainsMono Nerd Font', 'SymbolsNerdFont', 'monospace', monospace";
|
"editor.fontFamily" = "'JetBrainsMono Nerd Font', 'SymbolsNerdFont', 'monospace', monospace";
|
||||||
"terminal.integrated.fontFamily" = "'JetBrainsMono Nerd Font', 'SymbolsNerdFont'";
|
"terminal.integrated.fontFamily" = "'JetBrainsMono Nerd Font', 'SymbolsNerdFont'";
|
||||||
"editor.fontSize" = "16";
|
"editor.fontSize" = 16;
|
||||||
"workbench.colorTheme" = "Catppuccin Mocha";
|
"workbench.colorTheme" = "Catppuccin Mocha";
|
||||||
"workbench.iconTheme" = "catppuccin-mocha";
|
"workbench.iconTheme" = "catppuccin-mocha";
|
||||||
"vsicons.dontShowNewVersionMessage" = true;
|
"vsicons.dontShowNewVersionMessage" = true;
|
||||||
|
@ -30,6 +30,7 @@
|
||||||
# keyboard shortcuts
|
# keyboard shortcuts
|
||||||
"editor.action.commentLine" = "ctrl+d";
|
"editor.action.commentLine" = "ctrl+d";
|
||||||
"workbench.action.files.saveFiles" = "ctrl+s";
|
"workbench.action.files.saveFiles" = "ctrl+s";
|
||||||
|
"workbench.action.files.save" = "ctrl+shift+s";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue