Created
October 23, 2019 08:23
-
-
Save kondanta/0bf8ed9cfd2477287e1d360945475ee4 to your computer and use it in GitHub Desktop.
Revisions
-
Taylan created this gist
Oct 23, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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'" } ] } ] }, ... ]