summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrabite <rabite@posteo.de>2019-05-07 01:20:42 +0200
committerrabite <rabite@posteo.de>2019-05-07 01:21:22 +0200
commitf92eb544a74a3a1f709911b806ce8d53222fd0d0 (patch)
tree66ac257080dced5a2010920598c5073d6d87f860 /README.md
parentb9349d62e59adf1003491aa21d9728e7b3beb852 (diff)
add some extra key binds
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 205ef1a..e04e4e2 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ If it works on a system not mentioned here, please open an issue. Also feel free
## INSTALLATION:
-Compiling hunter currently requires a nighty Rust compiler!
+Compiling hunter currently requires a nightly Rust compiler!
The easiest way to get a nightly compiler is with [rustup](https://rustup.rs/). If you have rustup installed it will automatically download and use a version that is known to work when you run cargo.
### Install rustup
@@ -127,6 +127,7 @@ By default hunter uses vi-style keybindings. If you use a QWERTY-like keyboard l
| ------------------- | :--------------------------------- |
| j/k (holy: n/p) | move down/up |
| J/K (holy: N/P) | 5x move down/5x move up |
+| ]/[ | move down/up on left column |
| < | move to top |
| > | move to bottom |
| l/h (holy: f/b) | open/go back |