Skip to content

Commit

Permalink
add count for a bunch of KSVM motions
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Feb 25, 2022
1 parent 4e0ae6c commit 8f5e9c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,18 +237,18 @@ other P.S.: the number of Awesome Humans currently subscribed is updated daily o
| `?<CR>` | ❌️ | | `$` | ❌️ |
| `/` | ❌️ | | `0` | |
| `/<CR>` | ❌️ | | `<BS>` ||
| `^` | | | `b` | ❌️ |
| `^` | | | `b` | ✅️️ |
| `$` | ❌️ | | `C` | |
| `0` | | | `CTRL-H` ||
| `A` | ❌️ | | `c` | |
| `a` | ❌️ | | `D` | |
| `<BS>` | ✅️️ | | `d` | |
| `b` | ✅️️ | | `e` | ❌️ |
| `b` | ✅️️ | | `e` | ✅️️ |
| `C` | ❌️ | | `G` | ❌️ |
| `<CR>` | ✅️ | | `g^` | |
| `CTRL-B` | ❌️ | | `g$` | ❌️ |
| `CTRL-D` | ❌️ | | `g0` | |
| `CTRL-F` | ❌️ | | `ge` | ❌️ |
| `CTRL-F` | ❌️ | | `ge` | ✅️️ |
| `CTRL-H` | ✅️️ | | `gg` | ❌️ |
| `CTRL-R` | ❌️ | | `gI` | |
| `CTRL-U` | ❌️ | | `gj` | ❌️ |
Expand All @@ -264,7 +264,7 @@ other P.S.: the number of Awesome Humans currently subscribed is updated daily o
| `cw` | ✅️️ | | `s` | ❌️ |
| `D` | ❌️ | | `V` | ❌️ |
| `d$` | ❌️ | | `v` | ❌️ |
| `db` | ✅️️ | | `w` | ❌️ |
| `db` | ✅️️ | | `w` | ✅️️ |
| `dd` | ❌️ | | `X` | |
| `de` | ✅️️ | | `x` | |
| `dG` | ❌️ | | `Y` | |
Expand Down

0 comments on commit 8f5e9c0

Please sign in to comment.