summaryrefslogtreecommitdiff
path: root/lua/telescope/actions.lua
AgeCommit message (Collapse)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
Closes: #182 * Actions can now be summed up and center action * fix: Make some complicated changes for metatable * Update documentation Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-10-24Add telescopes provider (#168)Simon Zeng
Amendment: replace the old `builtin`
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
* fix: make sure that `$VIMRUNTIME/doc/tags` is in `tags` path * feat: highlight matched topic in helptags preview * fixup: Use previewer setup and teardown Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
2020-09-29feat: Add status, better debug, and some associated refactorsTJ DeVries
* [WIP]: Mon 28 Sep 2020 01:08:24 PM EDT * add much much better tracking. so much less hax * status updates, oneshot job updates, etc. * remove temp function * add status function * asdfasdfasdf
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
* Don't execute `command` if target buffer is already loaded in window. * Print node_text before entry.kind in ordinal string. * Add new builtin for listing and reloading Lua modules. * Revert "Add new builtin for listing and reloading Lua modules." This reverts commit 65d9d0294eae92b347b38b8dcf807fbcdd5783fe.
2020-09-22fix: Perhaps fix #105TJ DeVries
2020-09-18Respect sp, vsp, tabe mappings for buffers builtin (#99)Simon Hauser
Closes: #98
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
First pass, but seems to work. Fixed a few other related items, so pushing it to master now. * [WIP]: Wed 16 Sep 2020 05:17:10 PM EDT * [WIP]: Wed 16 Sep 2020 06:10:33 PM EDT * [WIP]: Wed 16 Sep 2020 06:19:43 PM EDT
2020-09-16feat: add scrolling in preview window (#47)haorenW1025
* feat: add scrolling in preview window refactor into two layers * remove redundant code * add error message for scroll_fn and send_input * consider count for preview scrolling
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 ↵Simon Hauser
builtin) (#32)
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
NOTE: Buffer entry sometimes uses unstyled window, and I can't figure out why. * feat: add buffers * fixup
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