forked from mirror/readline
Update README.md
This commit is contained in:
parent
884fc46e08
commit
0801a4ad00
|
@ -20,7 +20,6 @@ You can read the source code in [example/main.go](https://github.com/chzyer/read
|
||||||
# Todo
|
# Todo
|
||||||
|
|
||||||
* Vim mode
|
* Vim mode
|
||||||
* Transpose words
|
|
||||||
* More funny examples
|
* More funny examples
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
@ -176,7 +175,7 @@ Users can change that in terminal simulator(i.e. iTerm2) to `Alt`+`B`
|
||||||
| `Ctrl`+`S` | Search forwards in history |
|
| `Ctrl`+`S` | Search forwards in history |
|
||||||
| `Ctrl`+`R` | Search backwards in history |
|
| `Ctrl`+`R` | Search backwards in history |
|
||||||
| `Ctrl`+`C` / `Ctrl`+`G` | Exit Search Mode and revert the history |
|
| `Ctrl`+`C` / `Ctrl`+`G` | Exit Search Mode and revert the history |
|
||||||
| Character | Move to next line |
|
| `Backspace` | Delete previous character |
|
||||||
| Other | Exit Search Mode |
|
| Other | Exit Search Mode |
|
||||||
|
|
||||||
* Shortcut in Complete Select Mode (double `Tab` to enter this mode)
|
* Shortcut in Complete Select Mode (double `Tab` to enter this mode)
|
||||||
|
|
Loading…
Reference in New Issue