Skip to content

Instantly share code, notes, and snippets.

View matheusmichels's full-sized avatar
🏠
Working from home

Matheus Michels matheusmichels

🏠
Working from home
View GitHub Profile
@matheusmichels
matheusmichels / keybindings.json
Last active February 24, 2024 22:04
keybindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "cmd+r",
"command": "editor.action.rename",
"when": "editorHasRenameProvider && editorTextFocus && !editorReadonly"
},
{
"key": "f2",
"command": "-editor.action.rename",
{
"parser": "babel-eslint",
"env": {
"browser": true,
"jest": true
},
"plugins": [
"react-native",
"jsx-a11y",
"import"