aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStephen Blott2015-05-20 19:46:51 +0100
committerStephen Blott2015-05-20 19:47:12 +0100
commit81a22885c14b3cb12dc11484b01a689f1e0c2e46 (patch)
tree5e97774896e2ed8d59c2bcd59a8d3f73f12cf2ea /README.md
parent0ac2cf831592d08c7cd42b6f0ea6bfae6fb926b6 (diff)
downloadvimium-81a22885c14b3cb12dc11484b01a689f1e0c2e46.tar.bz2
Allowing mapping <space>.
Fixes #544. Copy of #655.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c391c08e..023605f4 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,7 @@ The following special keys are available for mapping:
- `<c-*>`, `<a-*>`, `<m-*>` for ctrl, alt, and meta (command on Mac) respectively with any key. Replace `*`
with the key of choice.
- `<left>`, `<right>`, `<up>`, `<down>` for the arrow keys
+- `<space>` for the space key
- `<f1>` through `<f12>` for the function keys
Shifts are automatically detected so, for example, `<c-&>` corresponds to ctrl+shift+7 on an English keyboard.