diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index d2bee01..164510b 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -264,6 +264,27 @@ } ] }, + { + "description": "Control + H = Left Arrow", + "manipulators": [ + { + "from": { + "key_code": "h", + "modifiers": { + "mandatory": [ + "left_control" + ] + } + }, + "to": [ + { + "key_code": "left_arrow" + } + ], + "type": "basic" + } + ] + }, { "description": "Right Command = Ctrl+B (tmux prefix)", "manipulators": [