Skip to content

Commit 23d737c

Browse files
committed
Fix readme
1 parent 1ecf267 commit 23d737c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,23 @@ sqlit connection delete "MyConnection"
9797
| `h` | Query history |
9898
| `d` | Clear query |
9999
| `n` | New query (clear all) |
100-
| `<space>` | Commands menu |
101-
| `<space>c` | Cancel running operation |
100+
| `v` / `y` / `Y` / `a` | View cell / Copy cell / Copy row / Copy all |
102101
| `Ctrl+Q` | Quit |
103102
| `?` | Help |
104103

104+
### Commands Menu (`<space>`)
105+
106+
| Key | Action |
107+
|-----|--------|
108+
| `<space>c` | Connect to database |
109+
| `<space>x` | Disconnect |
110+
| `<space>z` | Cancel running query |
111+
| `<space>e` | Toggle Explorer |
112+
| `<space>f` | Toggle Maximize |
113+
| `<space>t` | Change theme |
114+
| `<space>h` | Help |
115+
| `<space>q` | Quit |
116+
105117
Autocomplete triggers automatically in INSERT mode. Use `Tab` to accept.
106118

107119
You can also receive autocompletion on columns by typing the table name and hitting "."

0 commit comments

Comments
 (0)