Skip to content

Commit

Permalink
docs(readme): add the new keys to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Jun 10, 2024
1 parent d2f951b commit 43ccfeb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,12 @@ Key | Description
<kbd>l</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
<kbd>Arrow Left</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
<kbd>h</kbd> | Horizontal scrolling on the panel. Views: rows, constraints, structure and indexes
<kbd>0</kbd> | Move cursor to the start of the current line. Views: rows, constraints, and structure
<kbd>$</kbd> | Move cursor to the end of the current line. Views: rows, constraints, and structure
<kbd>g</kbd> | Move cursor to the top of the panel's dataset. Views: rows, constraints, and structure
<kbd>G</kbd> | Move cursor to the bottom of the panel's dataset. Views: rows, constraints, and structure
<kbd>0</kbd> | Move cursor to the start of the current line. Views: rows, constraints, structure and indexes
<kbd>$</kbd> | Move cursor to the end of the current line. Views: rows, constraints, structure and indexes
<kbd>g</kbd> | Move cursor to the top of the panel's dataset. Views: rows, constraints, structure and indexes
<kbd>G</kbd> | Move cursor to the bottom of the panel's dataset. Views: rows, constraints, structure and indexes
<kbd>PgUp</kbd> | Move cursor to the top of the panel's dataset. Views: rows, constraints, structure and indexes
<kbd>PgDn</kbd> | Move cursor to the bottom of the panel's dataset. Views: rows, constraints, structure and indexes
<kbd>Ctrl+c</kbd> | Quit

## Contribute
Expand Down

0 comments on commit 43ccfeb

Please sign in to comment.