From d4a52ded6767ccda6c29e47332247003ac4c2007 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Thu, 12 Aug 2021 02:12:20 +0800 Subject: [PATCH] docs: update README.md (#1099) --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 965ca64..1f1e438 100644 --- a/README.md +++ b/README.md @@ -269,19 +269,20 @@ require("telescope").setup { Mappings are fully customizable. Many familiar mapping patterns are setup as defaults. -| Mappings | Action | -|----------------|----------------------------------| -| `/` | Next item | -| `/` | Previous item | -| `j/k` | Next/previous (in normal mode) | -| `` | Confirm selection | -| `` | go to file selection as a split | -| `` | go to file selection as a vsplit | -| `` | go to a file in a new tab | -| `` | scroll up in preview window | -| `` | scroll down in preview window | -| `` | close telescope | -| `` | close telescope (in normal mode) | +| Mappings | Action | +|----------------|--------------------------------------------| +| `/` | Next item | +| `/` | Previous item | +| `j/k` | Next/previous (in normal mode) | +| `` | Confirm selection | +| `` | Confirm selection and open quickfix window | +| `` | go to file selection as a split | +| `` | go to file selection as a vsplit | +| `` | go to a file in a new tab | +| `` | scroll up in preview window | +| `` | scroll down in preview window | +| `` | close telescope | +| `` | close telescope (in normal mode) | To see the full list of mappings, check out `lua/telescope/mappings.lua` and the `default_mappings` table.