summaryrefslogtreecommitdiff
path: root/lua/telescope/actions.lua
AgeCommit message (Expand)Author
2020-11-16feat: Allow overriding actions from mappings (#248)TJ DeVries
2020-11-02feat: Actions can now be summed up and center action (#204)Simon Hauser
2020-10-24Add telescopes provider (#168)Simon Zeng
2020-10-15fix: Use entry maker for marksTJ DeVries
2020-10-08fix: #140TJ DeVries
2020-10-07Fix help preview and add highlighting to search result (#124)Senghan Bright
2020-09-29feat: Add status, better debug, and some associated refactorsTJ DeVries
2020-09-29Fix if-clause after latest changesSimon Hauser
2020-09-28fix: 126TJ DeVries
2020-09-23fix: run filetypedetect on edit (#116)Mike Hartington
2020-09-23fix: refresh `bufnr` after executing edit command (#119)Senghan Bright
2020-09-23fix: small fixes from sunjon (#107)Senghan Bright
2020-09-22fix: Perhaps fix #105TJ DeVries
2020-09-18Respect sp, vsp, tabe mappings for buffers builtin (#99)Simon Hauser
2020-09-17fix: Don't error if we can't set cursor. Just try our bestTJ DeVries
2020-09-16feat: Easy Termopen for Previewer (#88)TJ DeVries
2020-09-16feat: add scrolling in preview window (#47)haorenW1025
2020-09-16fix: Attempt more window closing updatesTJ DeVries
2020-09-16fix: At least close pum when open and closingTJ DeVries
2020-09-12feat: Adds shorten_path, show_all_buffers opts and fixes alignment (buffers b...Simon Hauser
2020-09-11feat: make buffer work much betterTJ DeVries
2020-09-10fix: Close should put you back in original window idTJ DeVries
2020-09-05fix: respect path over filenameTJ DeVries
2020-09-05feat: add buffer list (#30) TJ DeVries
2020-09-04Adds split and tabedit mappings. Adopted by fzf.vim (#29)Simon Hauser
2020-09-03feat: Major improvements in API. Particularly relating to entries.TJ DeVries
2020-09-02feat: add some new items and make mappings easierTJ DeVries
2020-08-31feat: Add better mapping supportTJ DeVries
2020-08-29feat: Add selection and start actionsTJ DeVries