From 66370640a380a354931eff9e2dae35fbf973b852 Mon Sep 17 00:00:00 2001 From: G Date: Tue, 22 Nov 2022 17:32:32 +0800 Subject: [PATCH] add left right moves --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c9885a1..964a63b 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,18 @@ If you use [kindaVim](https://github.com/godbout/kindaVim.docs), then you'll be Scroll with: -| scroll area | key -| :---: | :---: -| down a bit | `j` -| up a bit | `k` -| down a lot | `d` or `control d` -| up a lot | `u` or `control u` -| to the bottom | `G` -| to the top | `gg` +| scroll area | key +| :---: | :---: +| up a bit | `k` +| right a bit | `l` +| down a bit | `j` +| left a bit | `h` +| up a lot | `u` or `control u` +| down a lot | `d` or `control d` +| to the top | `gg` +| to the most right | `$` +| to the bottom | `G` +| to the most left | `0` # Alternatives