update readme

This commit is contained in:
Cheney 2015-09-23 22:18:14 +08:00
parent a659448259
commit 8fcf9da96c
1 changed files with 4 additions and 4 deletions

View File

@ -107,18 +107,18 @@ Users can change that in terminal simulator(i.e. iTerm2) to `Alt`+`B`
| `Meta`+`F` | Forward one word | Yes |
| `Ctrl`+`G` | Cancel | Yes |
| `Ctrl`+`H` | Delete previous character | Yes |
| `Ctrl`+`I` / `Tab` | Command line completion | No |
| `Ctrl`+`I` / `Tab` | Command line completion | NoYet |
| `Ctrl`+`J` | Line feed | Yes |
| `Ctrl`+`K` | Cut text to the end of line | Yes |
| `Ctrl`+`L` | Clean screen | No |
| `Ctrl`+`L` | Clean screen | NoYet |
| `Ctrl`+`M` | Same as Enter key | Yes |
| `Ctrl`+`N` / `↓` | Next line (in history) | Yes |
| `Ctrl`+`P` / `↑` | Prev line (in history) | Yes |
| `Ctrl`+`R` | Search backwards in history | Yes |
| `Ctrl`+`S` | Search forwards in history | Yes |
| `Ctrl`+`T` | Transpose characters | Yes |
| `Meta`+`T` | Transpose words | No |
| `Ctrl`+`U` | Cut text to the beginning of line | No |
| `Meta`+`T` | Transpose words | NoYet |
| `Ctrl`+`U` | Cut text to the beginning of line | NoYet |
| `Ctrl`+`W` | Cut previous word | Yes |
| `Backspace` | Delete previous character | Yes |
| `Meta`+`Backspace` | Cut previous word | Yes |