summaryrefslogtreecommitdiff
path: root/lua/telescope/actions/set.lua
AgeCommit message (Expand)Author
2023-03-21feat: utilize last window cursor position (#2416)James Trew
2023-01-22fix: escape filename used in drop commands (#2339)Ryan Blonna
2022-09-17fix: check for window before scrolling previewer (#2163)Jonas Strittmatter
2022-09-04feat: added support for tabdrop (#2143)Ryan Koval
2022-08-13feat: add drop command for buffers (#2131)Ryan Blonna
2022-07-12docs: add module names to fix gO (#2064)Simon Hauser
2022-07-07fix: grep_string search= jump to lineSimon Hauser
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
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-04-18docs: add module prefix (#1847)Simon Hauser
2022-04-08fix: save position into jumplist before 'edit' action (#1234)Joshua Cao
2022-03-13feat: improve UX with vim.notify (#1763)tami5
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
2021-12-06fix: ensure buffer is listed before edit_buffer (#1492)Richard Lu
2021-11-13feat: results scrolling actions (#1436)Luke Kershaw
2021-09-16fix: wrap vim.cmd in pcall to avoid error (#1247)gavynriebau
2021-08-03fix: fix `file_browser` on windows and potentially other file opens (#1026)Luke Kershaw
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-09feat: cycle prompt history (#521)Simon Hauser
2021-05-09feat: jumplist picker and jump to row/col on existing buffers. (#813)caojoshua
2021-04-22docs: add other actions modules (#792)TJ DeVries
2021-04-15Fix: open files with the same name (#697) (#741)Lars Haalck
2021-03-05feat: define scroll speed + smart_send to qflist (#610)elianiva
2021-02-27fix: goto_file_selection performance issues, do not reload buffer if it is al...oberblastmeister
2021-02-24fix: scroll misbehaving + fixed jump to middle (#547)elianiva
2021-02-24feat: advanced normal mode (#463)Simon Hauser
2021-02-22feat: Action improvements (#472)TJ DeVries