7
mirror of https://github.com/tenderlove/initial-v.git synced 2025-04-07 18:05:08 +00:00

update wording

This commit is contained in:
Aaron Patterson 2023-03-01 11:40:56 -08:00
parent aedf4a13a4
commit a9aba19730
No known key found for this signature in database
GPG Key ID: 953170BCB4FFAFC6

View File

@ -23,8 +23,8 @@ The table below describes the key presses for each handle position according to
| | Park | Up | Down | Double Up | Double Down | Move Left | Left Up | Left Down | Move Right (back to center) |
|------- |--------|------|------|-----------|-------------|-----------|---------|-----------|------------|
| Normal Mode | `:w` on a modified buffer, `:wq` on unmodified buffer | Up key | Down key | `i` | `o` | `CTRL-V` | Up Key | Down key | `ESC` |
| Insert Mode | `ESC` | Up key | Down key | Page Up | Page Down| | | | |
| Normal Mode (Drive) | `:w` on a modified buffer, `:wq` on unmodified buffer | Up key | Down key | `i` | `o` | `CTRL-V` | Up Key | Down key | `ESC` |
| Insert Mode (Neutral) | `ESC` | Up key | Down key | Page Up | Page Down| | | | |
"Drive" on the handle means "Normal Mode" in Vim. "Neutral" on the handle means "Insert Mode" in Vim.
It's not possible to move the handle to the left when the handle is in Neutral mode, so there are no key combinations.