diff --git a/README.md b/README.md index 7f1d902..3851384 100644 --- a/README.md +++ b/README.md @@ -189,27 +189,27 @@ EOF 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) | -| `H/M/L` | Select High/Middle/Low (in normal mode) | -| 'gg/G' | Select the first/last item (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 | -| `` | Show mappings for picker actions (insert mode)| -| `?` | Show mappings for picker actions (normal mode)| -| `` | Close telescope | -| `` | Close telescope (in normal mode) | -| `` | Toggle selection and move to next selection | -| `` | Toggle selection and move to prev selection | -| `` | Send all items not filtered to qflist | -| `` | Send all selected items to qflist | +| Mappings | Action | +|----------------|------------------------------------------------------| +| `/` | Next item | +| `/` | Previous item | +| `j/k` | Next/previous (in normal mode) | +| `H/M/L` | Select High/Middle/Low (in normal mode) | +| 'gg/G' | Select the first/last item (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 | +| `` | Show mappings for picker actions (insert mode) | +| `?` | Show mappings for picker actions (normal mode) | +| `` | Close telescope | +| `` | Close telescope (in normal mode) | +| `` | Toggle selection and move to next selection | +| `` | Toggle selection and move to prev selection | +| `` | Send all items not filtered to quickfixlist (qflist) | +| `` | Send all selected items to qflist | To see the full list of mappings, check out `lua/telescope/mappings.lua` and the