summaryrefslogtreecommitdiff
path: root/lua/telescope/actions
AgeCommit message (Expand)Author
2022-03-13feat: improve UX with vim.notify (#1763)tami5
2022-03-06fix: skip path escaping when adding items to quickfix list (#1712)Daniel Imfeld
2022-03-04docs: fix typo 'seperator' in documentation (#1767)Vivianne
2022-02-13fix(actions.qflist): make it work with vim quickfix commands (#1742)Connor Sheehan
2022-01-28fix(action): insert symbol in insert mode (#1722)Christian Clason
2022-01-15fix: update `multi_icon` with `select/drop/toggle_all` actions (#1682)Luke Kershaw
2022-01-09Revert "fix: folding when a file is opened (#1643)" (#1673)Simon Hauser
2022-01-09fix: folding when a file is opened (#1643)Abel Mulugeta
2022-01-09fix: allow `which_key` action without preview (#1668)Luke Kershaw
2021-12-27chore: remove redundant run_builtin action (#1589)kylo252
2021-12-27fix(actions): force insertmode after inserting symbol (#1618)Christian Clason
2021-12-10fix: `which_key` action `foldenable=false` by default (#1578)Jieru Mei
2021-12-06fix: ensure buffer is listed before edit_buffer (#1492)Richard Lu
2021-12-06typo: `which_key` (#1560)GenesisTMS
2021-12-03fix: actions.delete_buffer shouldnt force deleteSimon Hauser
2021-11-23Revert "fix: action mt so we can again concat actions from two different tabl...Simon Hauser
2021-11-23fix: telescope close process and cleanup layout actions (#1480)Simon Hauser
2021-11-22fix: action mt so we can again concat actions from two different tables (#1143)Simon Hauser
2021-11-18fix: cleanup of layout actionsLuke Kershaw
2021-11-18feat: layout actions (#1383)Luke Kershaw
2021-11-18feat: add hide / unhide preview (#1305)johnybx
2021-11-13feat: results scrolling actions (#1436)Luke Kershaw
2021-11-10fix: actions.git_checkout_current_buffer calling deprecated method (#1439)hungpt2702
2021-11-04fix: revert buffers previewer (#1400)fdschmidt93
2021-11-01chore: remove a lot of deprecated stuff (#1399)Simon Hauser
2021-10-11feat: add `gg` and `G` to default mappings (#1325)Zachary Churchill
2021-09-30fix: which key float positioning (#1293)fdschmidt93
2021-09-27fix: show error message when nothing is selected (#1289)Jonas Strittmatter
2021-09-16fix: wrap vim.cmd in pcall to avoid error (#1247)gavynriebau
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-13fix: make qf commands possible from any picker (#1237)fdschmidt93
2021-09-10feat: git merge branch action (#1220)thibthib18
2021-09-07fix(actions_generate.which_key): overriding opts (#1221)August Masquelier
2021-09-01feat: show keymaps for builtin actions (#1084)fdschmidt93
2021-09-01feat: allow caching and resuming picker (#1051)fdschmidt93
2021-08-23fix: (terminal) buffer previewer (#1120)fdschmidt93
2021-08-21fix: some improvements for telescope.symbols if run in insert mode (#1117)Simon Hauser
2021-08-20feat(performance): Major performance improvements using async v2 from @oberbl...TJ DeVries
2021-08-04fix(entry_to_qf): handle nil entry.cwd and absolute filenames (#1058)bi0ha2ard
2021-08-03fix: fix `file_browser` on windows and potentially other file opens (#1026)Luke Kershaw
2021-07-30feat: add git reset action for git commits picker (#999)Joel Palmer
2021-07-25refactor: remove unused parameter (#1044)elianiva
2021-07-23fix: make path for send to qflist correct (#1037)Sebastian Lyng Johansen
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-17fix: prevent error if preview scroll is triggered but no preview is available...Abe Nonym
2021-07-14refactor: move from telescope.path to plenary.path (#473)anott03
2021-07-10fix: pasting multiline register content (#971)toppair
2021-07-09hotfix: just only false to disableSimon Hauser
2021-07-09feat: cycle prompt history (#521)Simon Hauser
2021-07-03feat: option to `include_extensions` in `builtin` picker (#953)Luke Kershaw