fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 0d0d99a7c0f5ad61ae92f93a047f5ab24305b6ac parent f16df62da115f2d4e50cdd2a3c46eb16e7f0e8bc Author: erlliam <tommejas@gmail.com> Date: Tue, 5 Jan 2021 06:13:45 -0500 Update man page Document the usage of Ctrl + j and Ctrl + k to navigate search results. 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