From af015b76b8ede2f7bbd240a569159df5e639a067 Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sat, 28 Mar 2026 19:59:52 -0400 Subject: [PATCH] update --- config/karabiner/karabiner.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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": [