Skip to content

Commit

Permalink
Update Normal help and READEM with numeric keys
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgalex committed May 30, 2019
1 parent dada66e commit aceaf20
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 @@ -36,6 +36,7 @@ Set a sorting order with the `s` or `--sort` flag, case insensitive.

| Key 1 | Key 2 | Action |
|------------|----------------------------|-----------------------------------------------------|
| 0-9 | | Perform the below actions in bulk |
| q | Esc | Quit |
| k/j | Left/Right | Previous/Next Image |
| i/o | Up/Down | Zoom in/out |
Expand Down
1 change: 1 addition & 0 deletions src/program/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ fn normal_help_text() -> Vec<&'static str> {
"+------------+----------------------------+-----------------------------------------------------+",
"| Key 1 | Key 2 | Action |",
"+------------+----------------------------+-----------------------------------------------------+",
"| 0-9 | | Perform the below actions in bulk |",
"| q | Esc | Quit |",
"| k/j | Left/Right | Previous/Next Image |",
"| i/o | Up/Down | Zoom in/out |",
Expand Down

0 comments on commit aceaf20

Please sign in to comment.