Skip to content

Instantly share code, notes, and snippets.

@kondanta
Created October 23, 2019 08:23
Show Gist options
  • Save kondanta/0bf8ed9cfd2477287e1d360945475ee4 to your computer and use it in GitHub Desktop.
Save kondanta/0bf8ed9cfd2477287e1d360945475ee4 to your computer and use it in GitHub Desktop.

Revisions

  1. Taylan created this gist Oct 23, 2019.
    27 changes: 27 additions & 0 deletions karabiner.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    "rules": [
    {
    "description": "Open iterm2",
    "manipulators": [
    {
    "type": "basic",
    "from": {
    "key_code": "return_or_enter",
    "modifiers": {
    "mandatory": [
    "command"
    ],
    "optional": [
    "caps_lock"
    ]
    }
    },
    "to": [
    {
    "shell_command": "open -a 'iTerm.app'"
    }
    ]
    }
    ]
    },
    ...
    ]