Skip to content

Instantly share code, notes, and snippets.

View rgiovani's full-sized avatar
🤯
compiling...

Ronaldo Giovani rgiovani

🤯
compiling...
  • TINDIN
  • Maringá, Paraná - Brasil
View GitHub Profile
@rgiovani
rgiovani / keybindings.json
Created January 17, 2024 18:26
VSCode keybindings
[
{
"key": "ctrl+'",
"command": "workbench.action.terminal.toggleTerminal",
"when": "terminal.active"
},
{
"key": "ctrl+q",
"command": "workbench.action.quickOpenView"
}
@rgiovani
rgiovani / settings.json
Last active January 18, 2024 14:13
VSCode Settings
{
"workbench.colorTheme": "Min Dark",
"symbols.hidesExplorerArrows": false,
"workbench.iconTheme": "symbols",
"editor.fontFamily": "JetBrains Mono SemiBold",
"editor.fontSize": 14,
"editor.lineHeight": 1.6,
"editor.rulers": [80, 120],
"workbench.startupEditor": "none",
"editor.renderLineHighlight": "all",