From 4eba6f132be53dc76df41b070717fa198386b6bd Mon Sep 17 00:00:00 2001 From: Vu Ngoc San Date: Sat, 31 Dec 2022 10:53:27 +0100 Subject: [PATCH] use M-down instead of M-tab --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e431a25..2d4ea75 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To use utop, simply run: utop display a bar after the prompt which is used to show possible completions in real-time. You can navigate in it using `M-left` and -`M-right`, and select one completion using `M-tab`. The `M` denotes +`M-right`, and select one completion using `M-down`. The `M` denotes the meta key, which is `Alt` most of the time. Customization