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": [