diff options
author | Grail Finder <wohilas@gmail.com> | 2025-02-08 18:28:47 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-02-08 18:28:47 +0300 |
commit | c85766139371bb4324826fa8716b3478eea898c1 (patch) | |
tree | 2b58fcff3c79751a4d7e5034e035f6f270cb8bc8 /main.go | |
parent | 884004a855980444319769d9b10f9cf6e3ba33cd (diff) |
Feat: add tool reminder bind
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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{} ) |