Skip to content

Commit

Permalink
Update help page and README on copy selected cell
Browse files Browse the repository at this point in the history
  • Loading branch information
YS-L committed Mar 24, 2024
1 parent 5728738 commit 731c877
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 @@ -45,6 +45,7 @@ Key | Action
`Shift + ↓` (or `Shift + j`) | Sort rows by the selected column
`#` (in Cell mode) | Find and highlight rows like the selected cell
`@` (in Cell mode) | Filter rows like the selected cell
`y` (in Cell Mode) | Copy the selected cell to clipboard
`Enter` (in Cell mode) | Print the selected cell to stdout and exit
`-S` | Toggle line wrapping
`-W` | Toggle line wrapping by words
Expand Down
1 change: 1 addition & 0 deletions src/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ TAB : Toggle between row, column or cell selection modes
Shift + ↓ (or J) : Sort rows by the selected column
# (in Cell mode) : Find and highlight rows like the selected cell
@ (in Cell mode) : Filter rows like the selected cell
y (in Cell Mode) : Copy the selected cell to clipboard
Enter (in Cell mode) : Print the selected cell to stdout and exit
# Other options
Expand Down

0 comments on commit 731c877

Please sign in to comment.