ctr + l edge

This commit is contained in:
Harivansh Rathi 2026-03-28 18:29:31 -04:00
parent 91da419306
commit ec59278478

View file

@ -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)", "description": "Right Command = Ctrl+B (tmux prefix)",
"manipulators": [ "manipulators": [