Skip to content

Commit

Permalink
add left right moves
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Nov 22, 2022
1 parent 61e8b02 commit 6637064
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6637064

Please sign in to comment.