From ec59278478f9f3bbbb96fb6d9ed8d8d178ef083c Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Sat, 28 Mar 2026 18:29:31 -0400 Subject: [PATCH] ctr + l edge --- config/karabiner/karabiner.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index dce9c2c..d2bee01 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -243,6 +243,27 @@ } ] }, + { + "description": "Control + L = Right Arrow", + "manipulators": [ + { + "from": { + "key_code": "l", + "modifiers": { + "mandatory": [ + "left_control" + ] + } + }, + "to": [ + { + "key_code": "right_arrow" + } + ], + "type": "basic" + } + ] + }, { "description": "Right Command = Ctrl+B (tmux prefix)", "manipulators": [