Merge pull request #731 from peco/docs-missing-actions

docs: add ViewAround, GoToNextSelection, GoToPreviousSelection to act…
This commit is contained in:
lestrrat 2026-02-19 21:55:56 +09:00 committed by GitHub
commit 2c9c5c0a41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -726,6 +726,9 @@ Some keys just... don't map correctly / too easily for various reasons. Here, we
| peco.ToggleSelectMode | (DEPRECATED) Alias to ToggleRangeMode |
| peco.CancelSelectMode | (DEPRECATED) Alias to CancelRangeMode |
| peco.ToggleQuery | Toggle list between filtered by query and not filtered. |
| peco.ViewAround | Toggle display of context lines around each match |
| peco.GoToNextSelection | Jump cursor to the next saved selection |
| peco.GoToPreviousSelection | Jump cursor to the previous saved selection |
| peco.ToggleRangeMode | Start selecting by range, or append selecting range to selections |
| peco.CancelRangeMode | Finish selecting by range and cancel range selection |
| peco.RotateFilter | Rotate between filters (by default, ignore-case/no-ignore-case)|