From 0cdc0e54479c676af2a9b07ff003236a668454d5 Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Tue, 6 Aug 2019 15:47:42 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Misc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 183ee71..70baa29 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,13 @@ Interactive `git clean` selector | Enter | Confirm | | Tab | Toggle mark | | ? | Toggle preview window | +| Alt - W | Toggle preview wrap | | Ctrl - S | Toggle sort | | Ctrl - R | Toggle selection | -| Alt - W | Toggle preview wrap | -| Ctrl - K / P | Selection up | -| Ctrl - J / N | Selection down | -| Alt - K / P | Preview up | -| Alt - J / N | Preview down | +| Ctrl - K / P | Selection move up | +| Ctrl - J / N | Selection move down | +| Alt - K / P | Preview move up | +| Alt - J / N | Preview move down | ## Custom options @@ -149,7 +149,7 @@ The full loading order of fzf options is: - Hit `q` to quit from full screen preview any time. - Commands like `glo`, `gd`, `gcf` and `gclean` accept path arguments to restrain the items listed in fzf(eg, `glo main.go test.go`, `gclean output/`). -- `gd` supports specifying revision(eg, `gd HEAD~`, `gd v1.0 README.md`) +- `gd` supports specifying revision(eg, `gd HEAD~`, `gd v1.0 README.md`). - Call `gi` with arguments to get the wanted `.gitignore` contents directly(eg, `gi cmake c++`). ## License