| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-30 | feat: clear previewer if no item is selected (#2004) | Simon Hauser | |
| 2021-10-20 | fix: preview title key and a bug with dynamic_title (#1350) | Simon Hauser | |
| 2021-08-23 | fix: (terminal) buffer previewer (#1120) | fdschmidt93 | |
| Use existing buffers for buffer previewer to allow previewing special buffer types | |||
| 2021-07-23 | chore: use stylua for formatting (#1040) | Simon Hauser | |
| * chore: stylua job and config * reformat with stylua | |||
| 2021-06-14 | feat: cycle previewers with commit and bcommit already using it (#528) | Simon Hauser | |
| - new git previewers - jump to line in bcommit previewer - vimdiff for bcommits - dynamic preview window titles - more previewers documentation Cycle previewers are not mapped yet. So you need to setup yourself: ```lua require('telescope').setup { defaults = { mappings = { i = { ["<C-s>"] = actions.cycle_previewers_next, ["<C-a>"] = actions.cycle_previewers_prev, }, }, } } ``` Co-authored-by: Thore Strassburg <thore@weilbier.net> | |||
| 2020-12-19 | Refactor previewers (#345) | Simon Hauser | |
