Merge pull request #633 from anschmieg/keymap-ctrlK

Fix keymap for Void: Quick Edit to resolve conflict
This commit is contained in:
Andrew Pareles 2025-05-21 14:01:03 -07:00 committed by GitHub
commit 2b9e2088b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,7 @@ registerAction2(class extends Action2 {
keybinding: {
primary: KeyMod.CtrlCmd | KeyCode.KeyK,
weight: KeybindingWeight.VoidExtension,
when: 'editorFocus && !terminalFocus',
}
});
}