chore: format code

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

View file

@ -842,6 +842,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

@ -7077,6 +7077,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",