beta #12

Merged
didirus merged 74 commits from beta into release 2025-07-26 09:49:03 +00:00
Showing only changes of commit 207dc0e2bb - Show all commits

View File

@@ -23,7 +23,7 @@ const keybinds: KeybindListener[] = [
},
{
id: 'toggle-collapse',
keybind: 'Ctrl+Shift+C',
keybind: 'Shift+C',
description: 'Toggle collapse/expand',
action: (ctx) => ctx.actions.tryToggleCollapse(),
},