Skip to content

Commit 88d36d9

Browse files
tianzhouclaude
andcommitted
feat(assets): regenerate sql-editor.gif; fix JSONB viewer key in docs
The JSONB viewer opens with 'v', not 'j'/'J' as documented. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 19fc7f6 commit 88d36d9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ make build
136136

137137
4. **Search and explore**
138138
- Press `/` to search and filter rows
139-
- Press `j` on a JSONB cell to open the viewer
139+
- Press `v` on a JSONB cell to open the viewer
140140
- Press `Ctrl+K` to open the command palette
141141

142142
5. **Get help**
@@ -170,7 +170,7 @@ make build
170170
|-----|--------|
171171
| `/` | Search and filter rows |
172172
| `Esc` | Clear search |
173-
| `j` | Open JSONB viewer (on JSONB cell) |
173+
| `v` | Open JSONB viewer (on JSONB cell) |
174174
| `p` | Toggle preview pane |
175175
| `s` | Sort by column |
176176
| `[` / `]` | Previous/Next tab |

assets/sql-editor.gif

-1.72 MB
Loading

docs/USER_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ Press `f` to open the interactive filter builder:
183183

184184
## JSONB Viewer
185185

186-
Press `J` on a JSONB cell to open the interactive viewer.
186+
Press `v` on a JSONB cell to open the interactive viewer.
187187

188188
### Features
189189

@@ -326,7 +326,7 @@ Export favorites via command palette:
326326
| `/` | Search |
327327
| `f` | Filter builder |
328328
| `s` | Sort column |
329-
| `J` | JSONB viewer |
329+
| `v` | JSONB viewer |
330330
| `1-4` | Structure tabs |
331331

332332
### Dialogs

0 commit comments

Comments
 (0)