Skip to content

Instantly share code, notes, and snippets.

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

David Montesdeoca backpackerhh

🏠
Working from home
View GitHub Profile
@backpackerhh
backpackerhh / karabiner.json
Last active July 7, 2025 15:23
Karabiner-Elements config
{
"global": { "show_in_menu_bar": false },
"profiles": [
{
"devices": [
{
"identifiers": {
"is_keyboard": true,
"is_pointing_device": true,
"product_id": 45913,
@backpackerhh
backpackerhh / keybindings.json
Last active August 28, 2024 17:44
Keybindings for VSCode in macOS
[
// Custom
{
"key": "shift+alt+up",
"command": "editor.action.insertCursorAbove",
"when": "editorTextFocus"
},
{
"key": "shift+alt+down",
"command": "editor.action.insertCursorBelow",
@backpackerhh
backpackerhh / backpackerhh.json
Created August 27, 2024 18:41
Configuration for iTerm2
{
"Ansi 7 Color (Light)" : {
"Red Component" : 0.7810397744178772,
"Color Space" : "sRGB",
"Blue Component" : 0.78104829788208008,
"Alpha Component" : 1,
"Green Component" : 0.78105825185775757
},
"Ansi 15 Color (Light)" : {
"Red Component" : 0.99999600648880005,