From 7d51950854a3f8853c5c0d570757095e9a5af313 Mon Sep 17 00:00:00 2001 From: Sumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com> Date: Sun, 1 Oct 2023 23:36:48 +0530 Subject: [PATCH] docs(readme): clarify mapping (#2723) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef83630..938b76e 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ Many familiar mapping patterns are set up as defaults. | `` | Scroll right in results window | | `` | Show mappings for picker actions (insert mode) | | `?` | Show mappings for picker actions (normal mode) | -| `` | Close telescope | +| `` | Close telescope (insert mode) | | `` | Close telescope (in normal mode) | | `` | Toggle selection and move to next selection | | `` | Toggle selection and move to prev selection |