diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-12 18:52:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-12 18:52:06 +0900 |
commit | f2a42c50d9c1e9661a9c70eeb38af043a8bd2e01 (patch) | |
tree | c6b3bfc91941bd20a7d3be3b77281980a4d534e7 | |
parent | f80860a9482c8563ff795d8d69ada97bb5fe30bd (diff) | |
parent | 95c35a9e2d05ef940564c289986ba2e072d4512f (diff) |
Merge pull request #52 from CYBAI/patch-1
Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ The default mapping are shown in the following. #### Scrolling -- `k`,`k`: scroll vertically +- `j`,`k`: scroll vertically - `h`,`l`: scroll horizontally - `<C-U>`,`<C-D>`: scroll pages by half of screen - `<C-B>`,`<C-F>`: scroll pages by a screen |