Skip to content

Instantly share code, notes, and snippets.

View euperinotti's full-sized avatar
🌻
enjoy right now, today

Guilherme Perinotti euperinotti

🌻
enjoy right now, today
View GitHub Profile
@euperinotti
euperinotti / keybindings-mac.json
Last active May 20, 2024 20:07
my vscode settings
[
{
"key": "cmd+g",
"command": "-editor.action.nextMatchFindAction",
"when": "editorFocus"
},
{
"key": "cmd+g",
"command": "-workbench.action.terminal.goToRecentDirectory",
"when": "terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported"
@euperinotti
euperinotti / .gitconfig
Created November 23, 2023 21:20
My Git Config
[core]
editor = code --wait
[user]
name = Guilherme Perinotti
email = guilherme9115@hotmail.com
editor = code
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f