lnavlisted
Install: claude install-skill Voronenko/ai-files
## Table of Contents
1. [Views](#views)
2. [Keyboard Shortcuts](#keyboard-shortcuts)
3. [Colon Commands](#colon-commands)
4. [Configuration](#configuration)
5. [SQL Integration](#sql-integration)
6. [Prompt Editing](#prompt-editing)
7. [Keymap Customization](#keymap-customization)
8. [Command-Line Flags](#command-line-flags)
---
## Views
| View | Switch To | Description |
|--------------|---------------------|----------------------------------------------|
| LOG | default on open | Log file view with parsing/filtering |
| TEXT | `t` | Raw text file view |
| HELP | `?` or `F1` | Built-in help |
| HISTOGRAM | `i` | Histogram of log message frequency |
| SPECTROGRAM | `:spectrogram` cmd | Numeric field visualization |
| SQL/DB | `v` | SQL query results |
| PRETTY | `Shift+p` | Pretty-printed view of logs/text |
| SCHEMA | `:switch-to-view schema` | Database schema browser |
| TIMELINE | `:switch-to-view timeline` | Timeline view |
`q` returns to previous view. `a` restores a popped view.
---
## Keyboard Shortcuts
### Global
| Key | Action |
|-----------|----------------------