fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 0f6972f897c3208d2f7ef81572fdd1c1f5878512 parent 1487a47442795631cf2ac0f858753ea5aeebc3bc Author: John Hawthorn <john@hawthorn.email> Date: Sat, 22 Jan 2022 22:49:47 -0800 Merge pull request #154 from erlliam/patch-1 Update man page Diffstat:
| M | fzy.1 | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fzy.1 b/fzy.1 @@ -61,10 +61,10 @@ Print the selected item to stdout and exit .BR "Ctrl+c, Ctrl+g, Esc" Exit with status 1, without making a selection. .TP -.BR "Up Arrow, Ctrl+p" +.BR "Up Arrow, Ctrl+p, Ctrl+k" Select the previous item .TP -.BR "Down Arrow, Ctrl+n" +.BR "Down Arrow, Ctrl+n, Ctrl+j" Select the next item .TP Tab