File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff 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+
105117Autocomplete triggers automatically in INSERT mode. Use ` Tab ` to accept.
106118
107119You can also receive autocompletion on columns by typing the table name and hitting "."
You can’t perform that action at this time.
0 commit comments