Skip to content

Commit

Permalink
Update README and help page on sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
YS-L committed Feb 18, 2024
1 parent 39a416e commit ddea1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Key | Action
`TAB` | Toggle between row, column or cell selection modes
`>` | Increase selected column's width
`<` | Decrease selected column's width
`Shift + ↓` (or `Shift + j`) | Sort rows by the selected column
`Enter` (in Cell mode) | Print the selected cell to stdout and exit
`-S` | Toggle line wrapping
`r` | Reset to default view (clear all filters and custom column widths)
Expand Down
1 change: 1 addition & 0 deletions src/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ N (in Find mode) : Jump to previous result
TAB : Toggle between row, column or cell selection modes
> : Increase selected column's width
< : Decrease selected column's width
Shift + ↓ (or J) : Sort rows by the selected column
Enter (in Cell mode) : Print the selected cell to stdout and exit
# Other options
Expand Down

0 comments on commit ddea1b3

Please sign in to comment.