Skip to content

Commit

Permalink
Fix wrong documentation of tab toggle direction (#299)
Browse files Browse the repository at this point in the history
See junegunn/fzf#3256 for reference.

Fixes #298
  • Loading branch information
carlfriedrich committed Apr 26, 2023
1 parent 3f00348 commit adf4e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ Install `forgit` in just one click.
| Key | Action |
| :-------------------------------------------: | ------------------------- |
| <kbd>Enter</kbd> | Confirm |
| <kbd>Tab</kbd> | Toggle mark and move up |
| <kbd>Shift</kbd> - <kbd>Tab</kbd> | Toggle mark and move down |
| <kbd>Tab</kbd> | Toggle mark and move down |
| <kbd>Shift</kbd> - <kbd>Tab</kbd> | Toggle mark and move up |
| <kbd>?</kbd> | Toggle preview window |
| <kbd>Alt</kbd> - <kbd>W</kbd> | Toggle preview wrap |
| <kbd>Ctrl</kbd> - <kbd>S</kbd> | Toggle sort |
Expand Down

0 comments on commit adf4e7f

Please sign in to comment.