wip: tui shortcuts panel
This commit is contained in:
parent
23b1d7c755
commit
929776beaa
6 changed files with 390 additions and 15 deletions
|
|
@ -826,6 +826,10 @@ export type KeybindsConfig = {
|
|||
* View status
|
||||
*/
|
||||
status_view?: string
|
||||
/**
|
||||
* View keyboard shortcuts
|
||||
*/
|
||||
shortcuts_view?: string
|
||||
/**
|
||||
* Export session to editor
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue