Update README.md

This commit is contained in:
Chzyer 2015-09-23 13:05:11 +08:00
parent adde40bb56
commit 7edbf70643
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ A pure go implementation for gnu readline.
> `Meta + n` means press `Esc` and `n` separately > `Meta + n` means press `Esc` and `n` separately
| Shortcut | Comment | Support | | Shortcut | Comment | Support |
|--------------------+-----------------------------------+---------| |--------------------|-----------------------------------|---------|
| `Ctrl`+`A` | Beginning of line | Yes | | `Ctrl`+`A` | Beginning of line | Yes |
| `Ctrl`+`B` / `←` | Backward one character | Yes | | `Ctrl`+`B` / `←` | Backward one character | Yes |
| `Meta`+`B` | Backward one word | Yes | | `Meta`+`B` | Backward one word | Yes |
@ -37,3 +37,5 @@ A pure go implementation for gnu readline.
| `Meta`+`Backspace` | Cut previous word | Yes | | `Meta`+`Backspace` | Cut previous word | Yes |
| `Enter` | Line feed | Yes | | `Enter` | Line feed | Yes |