docs(readme): clarify mapping (#2723)

This commit is contained in:
Sumanth Lingappa
2023-10-01 18:06:48 +00:00
committed by GitHub
parent ffe90fac32
commit 7d51950854
+1 -1
View File
@@ -254,7 +254,7 @@ Many familiar mapping patterns are set up as defaults.
| `<M-k>` | Scroll right in results window |
| `<C-/>` | Show mappings for picker actions (insert mode) |
| `?` | Show mappings for picker actions (normal mode) |
| `<C-c>` | Close telescope |
| `<C-c>` | Close telescope (insert mode) |
| `<Esc>` | Close telescope (in normal mode) |
| `<Tab>` | Toggle selection and move to next selection |
| `<S-Tab>` | Toggle selection and move to prev selection |