summaryrefslogtreecommitdiff
path: root/lua/telescope/actions/init.lua
AgeCommit message (Expand)Author
2021-09-01feat: show keymaps for builtin actions (#1084)fdschmidt93
2021-09-01feat: allow caching and resuming picker (#1051)fdschmidt93
2021-08-23fix: (terminal) buffer previewer (#1120)fdschmidt93
2021-08-21fix: some improvements for telescope.symbols if run in insert mode (#1117)Simon Hauser
2021-08-20feat(performance): Major performance improvements using async v2 from @oberbl...TJ DeVries
2021-08-04fix(entry_to_qf): handle nil entry.cwd and absolute filenames (#1058)bi0ha2ard
2021-07-30feat: add git reset action for git commits picker (#999)Joel Palmer
2021-07-25refactor: remove unused parameter (#1044)elianiva
2021-07-23fix: make path for send to qflist correct (#1037)Sebastian Lyng Johansen
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
2021-07-10fix: pasting multiline register content (#971)toppair
2021-07-09feat: cycle prompt history (#521)Simon Hauser
2021-07-03feat: option to `include_extensions` in `builtin` picker (#953)Luke Kershaw
2021-07-03feat: select_all, toggle_all and drop_all actions (#931)fdschmidt93
2021-06-14feat: cycle previewers with commit and bcommit already using it (#528)Simon Hauser
2021-06-09feat: delete entry from the picker without closing telescope (#828)Dhruv Manilawala
2021-05-31feat: send to loclist (#868)runiq
2021-05-30Add documentation for quickfix actions (#869)runiq
2021-05-11fix: rename `actions.git_switch` to `git_switch_branch` (#835)Kyoichiro Yamada
2021-05-11create new action: git switch (#798)Kyoichiro Yamada
2021-05-11feat: add git_stash picker (#800)Amirreza Askarpour
2021-04-23docs: Git actions docs fix (#787)Ben Smith
2021-04-23feat: add search history picker (#769)Volodymyr Kot
2021-04-14git(action): create and checkout branch (#755)Ben Smith
2021-04-03Fix git rebase input message (#720)Thiago Medeiros
2021-03-17fix: related to #13 telescope-project, enter insert mode on prompt close (#637)Christopher Laidler
2021-03-14feat & fix: Command History Picker (#656)tami5
2021-03-12feat: add `add_to_qflist`, `add_selected`, and `smart_add` (#636)elianiva
2021-03-09feat: add completion to pre-filtering (#626)fdschmidt93
2021-03-07fix: `error using dictionary as a string` when running send_to_qflist (#622)oberblastmeister
2021-03-05feat: define scroll speed + smart_send to qflist (#610)elianiva
2021-02-27feat: multi selection. Only integrates with send_selected_to_qflist (#551)TJ DeVries
2021-02-27fix: a lot of small things and adds more customization for caret (#554)Simon Hauser
2021-02-24fix: scroll misbehaving + fixed jump to middle (#547)elianiva
2021-02-24feat: adds M mapping in normal mode (#544)Hubert Pelczarski
2021-02-24feat: advanced normal mode (#463)Simon Hauser
2021-02-23feat: file browser & refresh interface (#290)Simon Hauser
2021-02-22feat: Action improvements (#472)TJ DeVries
2021-02-09fix: all git builtin respect cwd now (#517)Simon Hauser
2021-02-04feat: Open quickfix list on it's own action (#497)Tae Sandoval
2021-01-27Undo #465 (#469)anott03
2021-01-25fix: move to actions.select as default action (#465)anott03
2021-01-23fix: escape filename for previewer and action (#456)elianiva
2021-01-11feat: quickfix (#293)TJ DeVries
2021-01-05feat: add actions.get_current_line (#391)oberblastmeister
2021-01-04add selected command to cmd-history (#383)Senghan Bright
2020-12-21fix: normal mode toggle issueCedric M'Passi
2020-12-10Feat: symbols json picker (#303)Simon Hauser
2020-12-09ci: Add luacheck ci job (#317)Simon Hauser
2020-12-03fix: add back filetypedetect on edit (#283)Mike Hartington