summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bc96b8c..89b1fb3 100644
--- a/README.md
+++ b/README.md
@@ -60,8 +60,8 @@ By default hunter uses emacs style keybindings. If you use a QWERTY-like keyboar
| Key | Action |
| ------------------- |:---------------------------------|
-|n/p (evil: n/j) |move up/down |
-|N/P (evil: N/J) |5x move up/5x move down |
+|n/p (evil: j/k) |move down/up |
+|N/P (evil: J/K) |5x move down/5x move up |
|< |move to top |
|> |mve to bottom |
|f/b (evil: h/l) |enter (run executable) |