From 9c21a20f8b200b5f35936e8fc2026f35795d5956 Mon Sep 17 00:00:00 2001 From: Leon Tepe <27787342+leontepe@users.noreply.github.com> Date: Sun, 15 Aug 2021 08:57:07 +0200 Subject: [PATCH] Minor readme change (#2578) `CTRL-K` moves up and `CTRL-J` moves down, not the other way around (same for `CTRL-P` and `CTRL-N` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33be334..497a133 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ vim $(fzf) #### Using the finder -- `CTRL-J` / `CTRL-K` (or `CTRL-N` / `CTRL-P`) to move cursor up and down +- `CTRL-K` / `CTRL-J` (or `CTRL-P` / `CTRL-N`) to move cursor up and down - `Enter` key to select the item, `CTRL-C` / `CTRL-G` / `ESC` to exit - On multi-select mode (`-m`), `TAB` and `Shift-TAB` to mark multiple items - Emacs style key bindings