diff options
| author | you-n-g <you-n-g@users.noreply.github.com> | 2021-08-12 02:12:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 20:12:20 +0200 |
| commit | d4a52ded6767ccda6c29e47332247003ac4c2007 (patch) | |
| tree | 258dabf805cdd1b1016d6150abb710ed3c10480d /README.md | |
| parent | 06e55d3b3afe4b3070783699ecc8985f0236caa4 (diff) | |
docs: update README.md (#1099)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -269,19 +269,20 @@ require("telescope").setup { Mappings are fully customizable. Many familiar mapping patterns are setup as defaults. -| Mappings | Action | -|----------------|----------------------------------| -| `<C-n>/<Down>` | Next item | -| `<C-p>/<Up>` | Previous item | -| `j/k` | Next/previous (in normal mode) | -| `<cr>` | Confirm selection | -| `<C-x>` | go to file selection as a split | -| `<C-v>` | go to file selection as a vsplit | -| `<C-t>` | go to a file in a new tab | -| `<C-u>` | scroll up in preview window | -| `<C-d>` | scroll down in preview window | -| `<C-c>` | close telescope | -| `<Esc>` | close telescope (in normal mode) | +| Mappings | Action | +|----------------|--------------------------------------------| +| `<C-n>/<Down>` | Next item | +| `<C-p>/<Up>` | Previous item | +| `j/k` | Next/previous (in normal mode) | +| `<cr>` | Confirm selection | +| `<C-q>` | Confirm selection and open quickfix window | +| `<C-x>` | go to file selection as a split | +| `<C-v>` | go to file selection as a vsplit | +| `<C-t>` | go to a file in a new tab | +| `<C-u>` | scroll up in preview window | +| `<C-d>` | scroll down in preview window | +| `<C-c>` | close telescope | +| `<Esc>` | close telescope (in normal mode) | To see the full list of mappings, check out `lua/telescope/mappings.lua` and the `default_mappings` table. |
