Skip to content

Commit 919d753

Browse files
authored
docs(mkdocs): update usage markdown file (#259)
1 parent e8b7a93 commit 919d753

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/usage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Just hit the `BACK` and `NEXT` buttons to go back and forth.
9393
Key | Description
9494
----------------------------------------|---------------------------------------
9595
<kbd>Ctrl+Space</kbd> | If the query panel is active, execute the query
96+
<kbd>Ctrl+D</kbd> | Cleans the whole text from the query editor, when the editor is selected
9697
<kbd>Enter</kbd> | If the tables panel is active, list all the rows as a result set on the rows panel and display the structure of the table on the structure panel
9798
<kbd>Ctrl+S</kbd> | If the rows panel is active, switch to the schema panel. The opposite is true
9899
<kbd>Ctrl+F</kbd> | If the rows panel is active, switch to the constraints view. The opposite is true
@@ -109,6 +110,11 @@ Key | Description
109110
<kbd>l</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
110111
<kbd>Arrow Left</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
111112
<kbd>h</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
113+
<kbd>h</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
114+
<kbd>g</kbd> | Move cursor to the top of the panel's dataset. Views: rows, constraints, structure and indexes
115+
<kbd>G</kbd> | Move cursor to the bottom of the panel's dataset. Views: rows, constraints, structure and indexes
116+
<kbd>Ctrl-F</kbd> | Move down by one page. Views: rows, constraints, structure and indexes
117+
<kbd>Ctrl-B</kbd> | Move up by one page. Views: rows, constraints, structure and indexes
112118
<kbd>Ctrl+c</kbd> | Quit
113119

114120

0 commit comments

Comments
 (0)