diff options
| author | Grail Finder <wohilas@gmail.com> | 2025-12-22 12:33:41 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2025-12-22 12:33:41 +0300 |
| commit | 7ac85a6d7eba37c7f04d359bf64aef0f1f6bece0 (patch) | |
| tree | e96eb95325f5b1d1654211ae3ee819d84e62c300 /tui.go | |
| parent | 733036ed8bb3540f261ad238525914a00e24637c (diff) | |
Enha: statusline cleanup
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,6 @@ var ( [yellow]Ctrl+t[white]: remove thinking (<think>) and tool messages from context (delete from chat) [yellow]Ctrl+l[white]: rotate through free OpenRouter models (if openrouter api) or update connected model name (llamacpp) [yellow]Ctrl+k[white]: switch tool use (recommend tool use to llm after user msg) -[yellow]Alt+8[white]: if chat agent is char.png will show the image; then any key to return [yellow]Ctrl+a[white]: interrupt tts (needs tts server) [yellow]Ctrl+g[white]: open RAG file manager (load files for context retrieval) [yellow]Ctrl+y[white]: list loaded RAG files (view and manage loaded files) @@ -92,6 +91,7 @@ var ( [yellow]Alt+4[white]: edit msg role [yellow]Alt+5[white]: toggle system and tool messages display [yellow]Alt+6[white]: toggle status line visibility +[yellow]Alt+8[white]: show char img or last picked img [yellow]Alt+9[white]: warm up (load) selected llama.cpp model === scrolling chat window (some keys similar to vim) === |
