mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-16 21:03:45 +00:00
applied
This commit is contained in:
parent
32f8cc2a28
commit
f01ee2d84b
6 changed files with 58 additions and 9 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue