Skip to content

Commit 7b9c1ed

Browse files
committed
docs: add column navigation
1 parent 54f9946 commit 7b9c1ed

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,17 @@ Using [Lazy.nvim](https://github.com/folke/lazy.nvim):
124124

125125
The following mappings are available for SQL-related file types (e.g., `.sql`, `.pgsql`, `.mysql`):
126126

127-
| Command | Mode | Key Binding | Description |
128-
| -------------------- | ---- | ------------ | ----------------------------------------------------- |
129-
| `SQLFlickSelectDB` | n | `<leader>ss` | Select database connection |
130-
| `SQLFlickExecuteBuf` | n | `<leader>sq` | Execute current line query |
131-
| `SQLFlickExecute` | v | `<leader>sq` | Execute selected query |
132-
| toggle column wrap | n | `W` | Place your cursor to long data column, to toggle wrap |
127+
| Command | Mode | Key Binding | Description |
128+
| -------------------- | ---- | ------------ | -------------------------- |
129+
| `SQLFlickSelectDB` | n | `<leader>ss` | Select database connection |
130+
| `SQLFlickExecuteBuf` | n | `<leader>sq` | Execute current line query |
131+
| `SQLFlickExecute` | v | `<leader>sq` | Execute selected query |
132+
133+
The following mappings are available in specific pages. (not user command)
134+
| name | mode |Key binding | runnable view | description |
135+
| ------------------ | ----|- | ------------- | ----------------------------------------------------- |
136+
| Toggle column wrap | n | `W`| result view | Place your cursor to long data column, to toggle wrap |
137+
| Navigate column | n | `c{i}` | result view | Navigate cursor to specified column number |
133138

134139
## Supported Database
135140

0 commit comments

Comments
 (0)