summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-02-08 18:28:47 +0300
committerGrail Finder <wohilas@gmail.com>2025-02-08 18:28:47 +0300
commitc85766139371bb4324826fa8716b3478eea898c1 (patch)
tree2b58fcff3c79751a4d7e5034e035f6f270cb8bc8 /main.go
parent884004a855980444319769d9b10f9cf6e3ba33cd (diff)
Feat: add tool reminder bind
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index a95db19..df9e5ba 100644
--- a/main.go
+++ b/main.go
@@ -12,7 +12,7 @@ var (
botRespMode = false
editMode = false
selectedIndex = int(-1)
- indexLine = "F12 to show keys help; bot resp mode: %v; char: %s; chat: %s; RAGEnabled: %v; toolUseAdviced: %v; model: %s\nAPI_URL: %s"
+ indexLine = "F12 to show keys help | bot resp mode: %v (F6) | char: %s (ctrl+s) | chat: %s (F1) | RAGEnabled: %v (F11) | toolUseAdviced: %v (ctrl+k) | model: %s (ctrl+l)\nAPI_URL: %s (ctrl+v)"
focusSwitcher = map[tview.Primitive]tview.Primitive{}
)