feat(TUI): improves UX with message navigation modal to jump and restore to specific messages (#1969)

This commit is contained in:
spoons-and-mirrors
2025-08-15 20:23:21 +02:00
committed by GitHub
parent dc01071498
commit 69117fa453
5 changed files with 416 additions and 41 deletions

View File

@@ -20,6 +20,7 @@ opencode has a list of keybinds that you can customize through the opencode conf
"session_export": "<leader>x",
"session_new": "<leader>n",
"session_list": "<leader>l",
"session_navigation": "<leader>g",
"session_share": "<leader>s",
"session_unshare": "none",
"session_interrupt": "esc",