summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
AgeCommit message (Expand)Author
2020-09-04Adds split and tabedit mappings. Adopted by fzf.vim (#29)Simon Hauser
2020-09-04fix: Don't push past midnight. You'll make clason's stuff break :/TJ DeVries
2020-09-04feat: vertical layouts. see 'layout_strategy'TJ DeVries
2020-09-03feat: Major improvements in API. Particularly relating to entries.TJ DeVries
2020-09-03Add arrow key mappings for insert and normal mode. (#21)Dave Lage
2020-09-03fix: Prevent people from erroring from having new lines in displayTJ DeVries
2020-09-03feat: Add cool mapping for <C-R> in command modeTJ DeVries
2020-09-02fix: clear last lineTJ DeVries
2020-09-02feat: add some new items and make mappings easierTJ DeVries
2020-09-01feat: new fuzzy sorterTJ DeVries
2020-09-01wip: new sortersTJ DeVries
2020-09-01feat: Add <CR> for normal modeTJ DeVries
2020-08-31closes: #10TJ DeVries
2020-08-31fix: Rendering sometimes didn't workTJ DeVries
2020-08-31fix: lower logging levelTJ DeVries
2020-08-31wip: Messing around w/ ffi for some stuffTJ DeVries
2020-08-31feat: Combine configuration into picker.new()TJ DeVries
2020-08-31feat: Add better mapping supportTJ DeVries
2020-08-30feat: Add selection strategiesTJ DeVries
2020-08-29fix: but I don't like that I fixed by scheduling... Seems race conditionTJ DeVries
2020-08-29fix: Think I fixed the weird movementsTJ DeVries
2020-08-29fix: Don't index nil stringTJ DeVries
2020-08-29Try to fix thing for rockerTJ DeVries
2020-08-29feat: Add selection and start actionsTJ DeVries
2020-08-29fix: Don't break when no preview optsTJ DeVries
2020-08-28Add devicons if u got em. Rockerboo plz adds docs. Much love. Bed time NOW!TJ DeVries
2020-08-28feat: borders and no previews for rockerTJ DeVries
2020-08-27feat: default cut off for previewTJ DeVries
2020-08-27feat: no preview optionTJ DeVries
2020-08-27slightly better small screen UXTJ DeVries
2020-08-27feat: Add livegrep and lsp referecnesTJ DeVries
2020-08-24Add fuzzy git file finderZTJ DeVries
2020-08-20WIP: Actually get the UI to work and add some testsTJ DeVries
2020-08-03Work on ngram sorterTJ DeVries
2020-07-31Streamed some refactoring. More work to doTJ DeVries
2020-07-17Another streamTJ DeVries
2020-07-15Get simple rg example to workTJ DeVries