This commit is contained in:
Harivansh Rathi 2026-03-13 12:49:57 -04:00
parent 32f8cc2a28
commit f01ee2d84b
6 changed files with 58 additions and 9 deletions

View file

@ -286,7 +286,7 @@
]
},
{
"description": "Right Command = Option+W (tmux prefix)",
"description": "Right Command = Ctrl+B (tmux prefix)",
"manipulators": [
{
"from": {
@ -299,9 +299,9 @@
},
"to": [
{
"key_code": "w",
"key_code": "b",
"modifiers": [
"left_option"
"left_control"
]
}
],