This commit is contained in:
Harivansh Rathi 2026-03-28 19:59:52 -04:00
parent 64fa2acc76
commit af015b76b8

View file

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