8 lines
105 B
Nix
8 lines
105 B
Nix
|
{ key, util, ... }: {
|
||
|
text = util.trimTabs ''
|
||
|
{
|
||
|
"detachKeys": "ctrl-${key.action.wait}"
|
||
|
}
|
||
|
'';
|
||
|
}
|