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
Last active June 30, 2024 06:08
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 June 30, 2024 06:10
VSCode Settings
{
"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",
"editor.fontLigatures": true,