diff --git a/README.md b/README.md
index d44e8ba84..1faf326da 100644
--- a/README.md
+++ b/README.md
@@ -167,52 +167,52 @@ interactive-rebase-tool --version
### Getting Help
-The tool has built-in help that can be accessed by using the `?` key.
+The tool has built-in help that can be accessed by using the ? key.
### Common Default Key Bindings
Key bindings can be customized, see [configuration](readme/customization.md#key-bindings) for all key bindings and information on configuring.
-| Key | Mode | Description |
-|-------------|-------------|--------------------------------------------|
-| `?` | All | Show help |
-| Up | Normal/Diff | Move selection up |
-| Down | Normal/Diff | Move selection down |
-| Page Up | Normal/Diff | Move selection up five lines |
-| Page Down | Normal/Diff | Move selection down five lines |
-| Home | Normal/Diff | Move selection to start of list |
-| End | Normal/Diff | Move selection to home of list |
-| `q` | Normal/Diff | Abort interactive rebase |
-| `Q` | Normal/Diff | Immediately abort interactive rebase |
-| `w` | Normal/Diff | Write interactive rebase file |
-| `W` | Normal/Diff | Immediately write interactive rebase file |
-| `j` | Normal/Diff | Move selected commit(s) down |
-| `k` | Normal/Diff | Move selected commit(s) up |
-| `b` | Normal | Toggle break action |
-| `p` | Normal/Diff | Set selected commit(s) to be picked |
-| `r` | Normal/Diff | Set selected commit(s) to be reworded |
-| `e` | Normal/Diff | Set selected commit(s) to be edited |
-| `s` | Normal/Diff | Set selected commit(s) to be squashed |
-| `f` | Normal/Diff | Set selected commit(s) to be fixed-up |
-| `d` | Normal | Set selected commit(s) to be dropped |
-| `d` | Diff | Show full commit diff |
-| `E` | Normal | Edit the command of an editable action |
-| `v` | Normal/Diff | Enter and exit visual mode (for selection) |
-| `I` | Normal | Insert a new line |
-| `Control+d` | Normal | Duplicate the selected line |
-| `Delete` | Normal/Diff | Remove selected lines |
-| `!` | Normal/Diff | Open todo file in external editor |
-| `Control+z` | Normal/Diff | Undo the previous change |
-| `Control+y` | Normal/Diff | Redo the previously undone change |
-| `c` | Normal/Diff | Show commit information |
-| Down | Diff | Scroll view down |
-| Up | Diff | Scroll view up |
-| Left | Diff | Scroll view left |
-| Right | Diff | Scroll view right |
-| Home | Diff | Scroll view to the top |
-| End | Diff | Scroll view to the end |
-| PageUp | Diff | Scroll view a step up |
-| PageDown | Diff | Scroll view a step down |
+| Key | Mode | Description |
+|---------------------------------|-------------|--------------------------------------------|
+| ? | All | Show help |
+| ð
(Up) | Normal/Diff | Move selection up |
+| ð (Down) | Normal/Diff | Move selection down |
+| Pgð
(Page Up) | Normal/Diff | Move selection up five lines |
+| Pgð (Page Down) | Normal/Diff | Move selection down five lines |
+| Home | Normal/Diff | Move selection to start of list |
+| End | Normal/Diff | Move selection to home of list |
+| q | Normal/Diff | Abort interactive rebase |
+| Q | Normal/Diff | Immediately abort interactive rebase |
+| w | Normal/Diff | Write interactive rebase file |
+| W | Normal/Diff | Immediately write interactive rebase file |
+| j | Normal/Diff | Move selected commit(s) down |
+| k | Normal/Diff | Move selected commit(s) up |
+| b | Normal | Toggle break action |
+| p | Normal/Diff | Set selected commit(s) to be picked |
+| r | Normal/Diff | Set selected commit(s) to be reworded |
+| e | Normal/Diff | Set selected commit(s) to be edited |
+| s | Normal/Diff | Set selected commit(s) to be squashed |
+| f | Normal/Diff | Set selected commit(s) to be fixed-up |
+| d | Normal | Set selected commit(s) to be dropped |
+| d | Diff | Show full commit diff |
+| E | Normal | Edit the command of an editable action |
+| v | Normal/Diff | Enter and exit visual mode (for selection) |
+| I | Normal | Insert a new line |
+| Control+d | Normal | Duplicate the selected line |
+| Delete | Normal/Diff | Remove selected lines |
+| ! | Normal/Diff | Open todo file in external editor |
+| Control+z | Normal/Diff | Undo the previous change |
+| Control+y | Normal/Diff | Redo the previously undone change |
+| c | Normal/Diff | Show commit information |
+| ð (Down) | Diff | Scroll view down |
+| ð
(Up) | Diff | Scroll view up |
+| ð (Left) | Diff | Scroll view left |
+| ð (Right) | Diff | Scroll view right |
+| Home | Diff | Scroll view to the top |
+| End | Diff | Scroll view to the end |
+| Pgð
(Page Up) | Diff | Scroll view a step up |
+| Pgð (Page Down) | Diff | Scroll view a step down |
## Supported Platforms
diff --git a/readme/customization.md b/readme/customization.md
index 792b5127a..507ed8817 100644
--- a/readme/customization.md
+++ b/readme/customization.md
@@ -188,7 +188,7 @@ Most bindings can be prefixed with `Shift`, `Control` or `Alt`, followed by a `+
### Multiple Key Bindings
-A single action can have multiple bindings by providing a whitespace separate list of keys. For example the binding, `"u Control+z Control+Z"` would respond to a keypress of `a`, `Control z` and `Control Z`.
+A single action can have multiple bindings by providing a whitespace separate list of keys. For example the binding, `"u Control+z Control+Z"` would respond to a keypress of u, Control+z and Control+Z.
### Restricted Keys