summaryrefslogtreecommitdiff
path: root/lua/telescope/actions
AgeCommit message (Collapse)Author
2023-03-21fix: Incorrect refine option for prompt_prefix (#2413)Rafael Bodill
2023-03-21feat: utilize last window cursor position (#2416)James Trew
closes #2386
2023-02-19feat: extend git_delete_branch to delete of all selected branches (#2337)Sven
2023-01-30feat: add support for wrapping history on reaching history begin or end (#2349)Reid Swan
2023-01-22docs: telescope.nvim spelling and grammar fixes (#2325)vladislav doster
Corrects the following issues: - article agreement - spelling
2023-01-22docs: proof-read edits (#2311)James Trew
2023-01-22fix: escape filename used in drop commands (#2339)Ryan Blonna
2022-11-06fix: generate.refine with border=false (#2223)Simon Hauser
2022-09-27fix: checktime when git checkout (#2176)Jieru Mei
2022-09-17fix: check for window before scrolling previewer (#2163)Jonas Strittmatter
This avoids an error when scrolling the preview window but the window is not visible (e.g. due to a screen resize).
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-08-13feat: add drop command for buffers (#2131)Ryan Blonna
2022-07-21fix(which_key): mode width options typo (#2078)Nicholas Hoffman
2022-07-19fix(which_key): only get telescope mappings (#2090)Fabian David Schmidt
2022-07-16fix: push history on refine (#2074)Simon Hauser
2022-07-12docs: add module names to fix gO (#2064)Simon Hauser
2022-07-07fix: grep_string search= jump to lineSimon Hauser
fix #2047
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-03chore: make to_fuzzy_refine configurable (#2034)Simon Hauser
2022-07-01feat: refine with new_tableFabian David Schmidt
2022-06-30docs: document limitation of actionSimon Hauser
close #1994
2022-06-30docs: clarify docs around `search_dirs` and `map_entries`Simon Hauser
2022-06-30feat: force buffer delete for terminal and improvements for ↵TheMeaningfulEngineer
Picker:delete_selection (#1943)
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: wrong win on selection (#1951)fdschmidt93
2022-05-20fix: exiting picker from insert mode (#1202)fdschmidt93
2022-05-18fix: set tagstack when we jump with lsp in telescope (#1887)dagle
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-05-15hotfix: regression from latest commit, files could no longer be openedSimon Hauser
2022-05-15feat: Add ability to choose window to edit (#745)TJ DeVries
2022-05-04feat: quickfixhistory picker (#1878)fdschmidt93
2022-05-01fix: termopen previewer (#1901)Simon Hauser
- buffer leaking - still insert mode on confirm
2022-04-30docs: add 'https://' prefix to smart history link (#1885)Austin Ray
2022-04-28fix(actions): don't exec pre or post if replaced (#1892)fdschmidt93
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 ↵kylo252
(#1600) Also fixes `initial_mode` Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
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-04-08fix: save position into jumplist before 'edit' action (#1234)Joshua Cao
currently enabled for some builtins. You can manually enable it by adding `push_cursor_on_edit = true` to the builtin options. But feel free to open a PR if you find a builtin that needs this option enabled.
2022-03-31fix: action replace/enhance if the replaced/enhanced action as combined (#1814)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-20fix: default `layout_config` to `{}` on `cycle_layout` actions (#1796)Luke Kershaw
2022-03-13fix: action mt again (#1487)Simon Hauser
actions should be concatinable again