chore: format code

This commit is contained in:
GitHub Action 2025-12-18 16:39:21 +00:00 committed by Aiden Cline
commit ac25f3c738
4 changed files with 22 additions and 5 deletions

View file

@ -845,6 +845,14 @@ export type KeybindsConfig = {
* Show session timeline
*/
session_timeline?: string
/**
* Fork session from message
*/
session_fork?: string
/**
* Rename session
*/
session_rename?: string
/**
* Share current session
*/

View file

@ -7087,6 +7087,16 @@
"default": "<leader>g",
"type": "string"
},
"session_fork": {
"description": "Fork session from message",
"default": "none",
"type": "string"
},
"session_rename": {
"description": "Rename session",
"default": "none",
"type": "string"
},
"session_share": {
"description": "Share current session",
"default": "none",