add new keybinds to readme

This commit is contained in:
2026-01-23 11:22:07 -07:00
parent 91fb658f65
commit 2076c42c80

View File

@@ -14,8 +14,13 @@ Based loosely off sc-im (spreadsheet calculator improvised), which has dumb keyb
| `k` | Move up | | `k` | Move up |
| `h` | Move left | | `h` | Move left |
| `l` | Move right | | `l` | Move right |
| `0` | Go to beginning of row | | `0` | Go to beginning of the row |
| `gg` | Go to beginning of column | | `g0` | Go to beginning of the visual row |
| `$` | Go to end of the row |
| `g$` | Go to end of the visual row |
| `gg` | Go to beginning of the column |
| `G` | Go to end of column |
| `gG` | Go to end of the the visual column |
| `i`/`a` | Enter insert mode on current cell | | `i`/`a` | Enter insert mode on current cell |
| `r` | Enter insert mode on current cell, deleting contents | | `r` | Enter insert mode on current cell, deleting contents |
| `v` | Enter visual mode | | `v` | Enter visual mode |