wip: tui shortcuts panel

This commit is contained in:
David Hill 2025-12-24 00:17:31 +00:00
commit 929776beaa
6 changed files with 390 additions and 15 deletions

View file

@ -826,6 +826,10 @@ export type KeybindsConfig = {
* View status
*/
status_view?: string
/**
* View keyboard shortcuts
*/
shortcuts_view?: string
/**
* Export session to editor
*/

View file

@ -7263,6 +7263,11 @@
"default": "<leader>s",
"type": "string"
},
"shortcuts_view": {
"description": "View keyboard shortcuts",
"default": "?",
"type": "string"
},
"session_export": {
"description": "Export session to editor",
"default": "<leader>x",