diff --git a/README.md b/README.md index 841629e..2fc58e4 100644 --- a/README.md +++ b/README.md @@ -268,32 +268,26 @@ As you may have noticed, navigation has already been added, so every time you qu Just hit the `BACK` and `NEXT` buttons to go back and forth. ### Key Bindings -Key | Description -----------------------------------------|--------------------------------------- -Ctrl+Space | If the query panel is active, execute the query -Enter | 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 -Ctrl+S | If the rows panel is active, switch to the schema panel. The opposite is true -Ctrl+T | If the rows panel is active, switch to the constraints view. The opposite is true -Ctrl+I | If the rows panel is active, switch to the indexes view. The opposite is true -Ctrl+H | Toggle to the panel on the left -Ctrl+J | Toggle to the panel below -Ctrl+K | Toggle to the panel above -Ctrl+L | Toggle to the panel on the right -Arrow Up | Next row of the result set on the panel. Views: rows, table, constraints, structure and indexes -k | Next row of the result set on the panel. Views: rows, table, constraints, structure and indexes -Arrow Down | Previous row of the result set on the panel. Views: rows, table, constraints, structure and indexes -j | Previous row of the result set on the panel. Views: rows, table, constraints, structure and indexes -Arrow Right | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes -l | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes -Arrow Left | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes -h | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes -0 | Move cursor to the start of the current line. Views: rows, constraints, structure and indexes -$ | Move cursor to the end of the current line. Views: rows, constraints, structure and indexes -g | Move cursor to the top of the panel's dataset. Views: rows, constraints, structure and indexes -G | Move cursor to the bottom of the panel's dataset. Views: rows, constraints, structure and indexes -PgUp | Move cursor to the top of the panel's dataset. Views: rows, constraints, structure and indexes -PgDn | Move cursor to the bottom of the panel's dataset. Views: rows, constraints, structure and indexes -Ctrl+c | Quit +| Key | Description | +|----------------------------------------|----------------------------------------| +|Ctrl+Space | If the query panel is active, execute the query | +|Enter | 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 | +|Ctrl+S | If the rows panel is active, switch to the schema panel. The opposite is true | +|Ctrl+T | If the rows panel is active, switch to the constraints view. The opposite is true | +|Ctrl+I | If the rows panel is active, switch to the indexes view. The opposite is true | +|Ctrl+H | Toggle to the panel on the left | +|Ctrl+J | Toggle to the panel below | +|Ctrl+K | Toggle to the panel above | +|Ctrl+L | Toggle to the panel on the right | +|Arrow Up | Vertical scrolling on the panel. Views: rows, table, constraints, structure and indexes | +|k | Vertical scrolling on the panel. Views: rows, table, constraints, structure and indexes | +|Arrow Down | Vertical on the panel. Views: rows, table, constraints, structure and indexes | +|j | Vertical on the panel. Views: rows, table, constraints, structure and indexes | +|Arrow Right | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes | +|l | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes | +|Arrow Left | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes | +|h | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes | +|Ctrl+c | Quit | ## Contribute