summaryrefslogtreecommitdiff
path: root/lua/telescope/actions
AgeCommit message (Expand)Author
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-05-09feat: jumplist picker and jump to row/col on existing buffers. (#813)caojoshua
2021-04-23docs: Git actions docs fix (#787)Ben Smith
2021-04-23feat: add search history picker (#769)Volodymyr Kot
2021-04-22docs: add other actions modules (#792)TJ DeVries
2021-04-15Fix: open files with the same name (#697) (#741)Lars Haalck
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-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: 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
2020-12-01fix: abstract and remove paramTJ DeVries
2020-12-01fix: builtin runner insert issue (#266)tami5
2020-11-27feat: Make tab toggle between git add and git restore in builtin.git_status()...Cedric M'Passi
2020-11-23feat: Buffers rework (indicators and sorting) (#208)Simon Hauser
2020-11-23Register finder (#275)Senghan Bright
2020-11-16feat: Add git builtins (#240)Simon Hauser
2020-11-16feat: Allow overriding actions from mappings (#248)TJ DeVries