summaryrefslogtreecommitdiff
path: root/lua/telescope/actions/init.lua
AgeCommit message (Expand)Author
2023-02-19feat: extend git_delete_branch to delete of all selected branches (#2337)Sven
2023-01-22docs: proof-read edits (#2311)James Trew
2022-09-27fix: checktime when git checkout (#2176)Jieru Mei
2022-09-04feat: added support for tabdrop (#2143)Ryan Koval
2022-09-03fix: nop i_<c-j> because we dont want allow new line (#2147)Simon Hauser
2022-07-21fix(which_key): mode width options typo (#2078)Nicholas Hoffman
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-03chore: make to_fuzzy_refine configurable (#2034)Simon Hauser
2022-06-30docs: document limitation of actionSimon Hauser
2022-06-30feat: force buffer delete for terminal and improvements for Picker:delete_sel...TheMeaningfulEngineer
2022-06-30break: deprecate utils.get_default utils.if_nil (#1545)Simon Hauser
2022-06-02fix: error in action.close when picker.original_win_id is not valid (#1982)Jędrzej Boczar
2022-06-01fix: cursor move in actions.insert_symbol_i (#1979)Fabian David Schmidt
2022-05-25fix(git_branch): fix typo in action notification (#1966)Fabian David Schmidt
2022-05-20fix: exiting picker from insert mode (#1202)fdschmidt93
2022-05-04feat: quickfixhistory picker (#1878)fdschmidt93
2022-05-01fix: termopen previewer (#1901)Simon Hauser
2022-04-22fix(which_key): get full path & handle table assignment of funcrefs (#1875)fdschmidt93
2022-04-22feat: lua autocmd (#1707)Dave Lage
2022-04-22fix: fix keep insert when going from telescope window to telescope window (#1...kylo252
2022-04-22feat: show assigned function in actions.which_key (#1871)fdschmidt93
2022-04-18docs: add module prefix (#1847)Simon Hauser
2022-04-17docs: document more actions and add introduction to actions (#1829)Simon Hauser
2022-03-30fix: typo for notify log level (#1813)Dhruv Manilawala
2022-03-30fix: add `%s` to notify message of git checkout action (#1812)Dhruv Manilawala
2022-03-20doc: help for select_{default,tab,vertical,horizontal} (#1801)Jonathan Birk
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-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-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-06typo: `which_key` (#1560)GenesisTMS
2021-12-03fix: actions.delete_buffer shouldnt force deleteSimon Hauser
2021-11-23fix: telescope close process and cleanup layout actions (#1480)Simon Hauser
2021-11-18fix: cleanup of layout actionsLuke 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-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