Skip to content

Commit

Permalink
fix wrong count status for ASVM moves
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Mar 2, 2022
1 parent c0fa1a8 commit d11eda7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,23 +104,23 @@ straight from your Vim brain to the underlying macOS. kV takes care of the mess
| `,` | ✅️ | | `,` | ✅️ |
| `;` | ✅️ | | `;` | ✅️ |
| `?` | ✅️ | | `^` | |
| `?<CR>` | ✅️ | | `+` | ✅️️ |
| `?<CR>` | ✅️ | | `+` | ❌️ |
| `[(` | ❌️ | | `$` | ❌️ |
| `[(` | ❌️ | | `~` | |
| `[{` | ❌️ | | `0` | |
| `])` | ❌️ | | `B` | ❌️ |
| `]}` | ❌️ | | `<BS>` | ❌️ |
| `{` | ❌️ | | `b` | ❌️ |
| `}` | ❌️ | | `C` | |
| `/` | ✅️ | | `<CR>` | ✅️️ |
| `/` | ✅️ | | `<CR>` | ❌️ |
| `/<CR>` | ✅️ | | `CTRL-H` | ❌️ |
| `%` | | | `CTRL-J` | ✅️️ |
| `^` | | | `CTRL-M` | ✅️️ |
| `+` | ✅️️ | | `CTRL-N` | ✅️️ |
| `<<` | ❌️ | | `CTRL-P` | ✅️️ |
| `%` | | | `CTRL-J` | ❌️ |
| `^` | | | `CTRL-M` | ❌️ |
| `+` | ✅️️ | | `CTRL-N` | ❌️ |
| `<<` | ❌️ | | `CTRL-P` | ❌️ |
| `>>` | ❌️ | | `c` | |
| `~` | ✅️ | | `D` | |
| `$` | ❌️ | | `<Down>` | ✅️️ |
| `$` | ❌️ | | `<Down>` | ❌️ |
| `0` | | | `d` | |
| `A` | ️❌️ | | `E` | ❌️ |
| `a` | ❌️ | | `e` | ❌️ |
Expand All @@ -129,15 +129,15 @@ straight from your Vim brain to the underlying macOS. kV takes care of the mess
| `b` | ✅️️ | | `G` | ❌️ |
| `C` | ❌️ | | `g^` | |
| `<CR>` | ✅️ | | `g$` | ❌️ |
| `CTRL-H` | ✅️️ | | `g<Down>` | ✅️️ |
| `CTRL-H` | ✅️️ | | `g<Down>` | ❌️ |
| `CTRL-J` | ✅️️ | | `g0` | |
| `CTRL-M` | ✅️️ | | `gE` | ❌️ |
| `CTRL-N` | ✅️️ | | `ge` | ❌️ |
| `CTRL-P` | ✅️️ | | `gg` | ❌️ |
| `CTRL-R` | ❌️ | | `gI` | |
| `c$` | ❌️ | | `gj` | ❌️ |
| `caW` | ❌️ | | `gk` | ❌️ |
| `caw` | ❌️ | | `g<Up>` | ✅️️ |
| `caw` | ❌️ | | `g<Up>` | ❌️ |
| `cB` | ✅️️ | | `h` | ❌️ |
| `cb` | ✅️️ | | `iW` | ❌️ |
| `cc` | ❌️ | | `iw` | ❌️ |
Expand All @@ -147,13 +147,13 @@ straight from your Vim brain to the underlying macOS. kV takes care of the mess
| `cf` | ✅️ | | `l` | ❌️ |
| `ch` | ❌️ | | `o` | |
| `cG` | ❌️ | | `R` | |
| `cgg` | ❌️ | | `<Right>` | ✅️️ |
| `cgg` | ❌️ | | `<Right>` | ❌️ |
| `ci'` | ❌️ | | `S` | |
| `ci"` | ❌️ | | `<Space>` | ✅️️ |
| `ci"` | ❌️ | | `<Space>` | ❌️ |
| `ci(` | ❌️ | | `s` | |
| `ci)` | ❌️ | | `T` | ✅️ |
| `ci[` | ❌️ | | `t` | ✅️️ |
| `ci]` | ❌️ | | `<Up>` | ✅️️ |
| `ci]` | ❌️ | | `<Up>` | ❌️ |
| `ci{` | ❌️ | | `V` | ❌️ |
| `ci}` | ❌️ | | `v` | ❌️ |
| <code>ci`</code> | ❌️ | | `W` | ❌️ |
Expand Down

0 comments on commit d11eda7

Please sign in to comment.