fix(vscode): eq not ne

This commit is contained in:
Badstagram 2025-12-15 15:26:21 +00:00
parent f1cb62d2a5
commit ada934e72d

View File

@ -1,5 +1,5 @@
// Place your key bindings in this file to override the defaults
{{ if ne .chezmoi.os "darwin"}}
{{ if eq .chezmoi.os "darwin"}}
[
{
"key": "cmd+d",