diff options
| author | Alexander Cyon <Sajjon@users.noreply.github.com> | 2024-09-01 21:01:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-01 21:01:27 +0200 |
| commit | d78275fdbb876cee9c55f5c2731b8c1fac7be6d2 (patch) | |
| tree | 036ba2075d49e31510bd0f41224ccf7c93cda975 /plugins/zsh-navigation-tools/README.md | |
| parent | c68ff8aeedc2b779ae42d745457ecd443e22e212 (diff) | |
| download | zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.gz zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.bz2 zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.zip | |
chore: fix typos (#12647)
Diffstat (limited to 'plugins/zsh-navigation-tools/README.md')
| -rw-r--r-- | plugins/zsh-navigation-tools/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/zsh-navigation-tools/README.md b/plugins/zsh-navigation-tools/README.md index 4dc9cdba2..6d6c22f4f 100644 --- a/plugins/zsh-navigation-tools/README.md +++ b/plugins/zsh-navigation-tools/README.md @@ -185,7 +185,7 @@ Result is stored as `$reply[REPLY]` (`$` isn't needed before `REPLY` because of arithmetic context inside `[]`). The returned array might be different from input arguments as `n-list` can process them via incremental search or uniq mode. `$REPLY` is the index in that possibly processed array. If `$REPLY` -equals `-1` it means that no selection have been made (user quitted via `q` +equals `-1` it means that no selection have been made (user quit via `q` key). To set up entries that can be jumped to with `[`,`]` keys add their indices to |
