diff --git a/README.md b/README.md index a1df186..9ba93e3 100644 --- a/README.md +++ b/README.md @@ -269,20 +269,21 @@ 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 | -| `` | 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) | +| 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 | +| `/?` | Show picker mappings (in insert & normal mode, respectively) | +| `` | 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.