fix #26
This commit is contained in:
parent
bc85016584
commit
09768a060c
|
@ -73,8 +73,9 @@ To use utop, simply run:
|
||||||
$ utop
|
$ utop
|
||||||
|
|
||||||
utop display a bar after the prompt which is used to show possible
|
utop display a bar after the prompt which is used to show possible
|
||||||
completions in real-time. You can navigate in it using `Alt+Left` and
|
completions in real-time. You can navigate in it using `M-left` and
|
||||||
`Alt+Right`, and select one completion using `Alt+Tab`.
|
`M-right`, and select one completion using `M-tab`. The `M` denotes
|
||||||
|
the meta key, which is `Alt` most of the time.
|
||||||
|
|
||||||
Customization
|
Customization
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in New Issue