From a9aba19730c391f76ac23e437bc083cf39322736 Mon Sep 17 00:00:00 2001
From: Aaron Patterson <tenderlove@ruby-lang.org>
Date: Wed, 1 Mar 2023 11:40:56 -0800
Subject: [PATCH] update wording

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5719546..6f9fcda 100644
--- a/README.md
+++ b/README.md
@@ -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.