summaryrefslogtreecommitdiff
path: root/lua/telescope/actions/generate.lua
AgeCommit message (Expand)Author
2022-11-06fix: generate.refine with border=false (#2223)Simon Hauser
2022-07-16fix: push history on refine (#2074)Simon Hauser
2022-07-12docs: add module names to fix gO (#2064)Simon Hauser
2022-07-01feat: refine with new_tableFabian David Schmidt
2022-04-18docs: add module prefix (#1847)Simon Hauser
2022-03-04docs: fix typo 'seperator' in documentation (#1767)Vivianne
2021-12-06typo: `which_key` (#1560)GenesisTMS
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-01feat: show keymaps for builtin actions (#1084)fdschmidt93