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