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.