index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope
/
actions
/
init.lua
Age
Commit message (
Expand
)
Author
2022-03-13
feat: improve UX with vim.notify (#1763)
tami5
2022-03-06
fix: skip path escaping when adding items to quickfix list (#1712)
Daniel Imfeld
2022-02-13
fix(actions.qflist): make it work with vim quickfix commands (#1742)
Connor Sheehan
2022-01-28
fix(action): insert symbol in insert mode (#1722)
Christian Clason
2022-01-15
fix: update `multi_icon` with `select/drop/toggle_all` actions (#1682)
Luke Kershaw
2022-01-09
fix: allow `which_key` action without preview (#1668)
Luke Kershaw
2021-12-27
chore: remove redundant run_builtin action (#1589)
kylo252
2021-12-27
fix(actions): force insertmode after inserting symbol (#1618)
Christian Clason
2021-12-10
fix: `which_key` action `foldenable=false` by default (#1578)
Jieru Mei
2021-12-06
typo: `which_key` (#1560)
GenesisTMS
2021-12-03
fix: actions.delete_buffer shouldnt force delete
Simon Hauser
2021-11-23
fix: telescope close process and cleanup layout actions (#1480)
Simon Hauser
2021-11-18
fix: cleanup of layout actions
Luke Kershaw
2021-11-18
feat: add hide / unhide preview (#1305)
johnybx
2021-11-13
feat: results scrolling actions (#1436)
Luke Kershaw
2021-11-10
fix: actions.git_checkout_current_buffer calling deprecated method (#1439)
hungpt2702
2021-11-04
fix: revert buffers previewer (#1400)
fdschmidt93
2021-11-01
chore: remove a lot of deprecated stuff (#1399)
Simon Hauser
2021-10-11
feat: add `gg` and `G` to default mappings (#1325)
Zachary Churchill
2021-09-30
fix: which key float positioning (#1293)
fdschmidt93
2021-09-27
fix: show error message when nothing is selected (#1289)
Jonas Strittmatter
2021-09-13
fix: make qf commands possible from any picker (#1237)
fdschmidt93
2021-09-10
feat: git merge branch action (#1220)
thibthib18
2021-09-07
fix(actions_generate.which_key): overriding opts (#1221)
August Masquelier
2021-09-01
feat: show keymaps for builtin actions (#1084)
fdschmidt93
2021-09-01
feat: allow caching and resuming picker (#1051)
fdschmidt93
2021-08-23
fix: (terminal) buffer previewer (#1120)
fdschmidt93
2021-08-21
fix: some improvements for telescope.symbols if run in insert mode (#1117)
Simon Hauser
2021-08-20
feat(performance): Major performance improvements using async v2 from @oberbl...
TJ DeVries
2021-08-04
fix(entry_to_qf): handle nil entry.cwd and absolute filenames (#1058)
bi0ha2ard
2021-07-30
feat: add git reset action for git commits picker (#999)
Joel Palmer
2021-07-25
refactor: remove unused parameter (#1044)
elianiva
2021-07-23
fix: make path for send to qflist correct (#1037)
Sebastian Lyng Johansen
2021-07-23
chore: use stylua for formatting (#1040)
Simon Hauser
2021-07-10
fix: pasting multiline register content (#971)
toppair
2021-07-09
feat: cycle prompt history (#521)
Simon Hauser
2021-07-03
feat: option to `include_extensions` in `builtin` picker (#953)
Luke Kershaw
2021-07-03
feat: select_all, toggle_all and drop_all actions (#931)
fdschmidt93
2021-06-14
feat: cycle previewers with commit and bcommit already using it (#528)
Simon Hauser
2021-06-09
feat: delete entry from the picker without closing telescope (#828)
Dhruv Manilawala
2021-05-31
feat: send to loclist (#868)
runiq
2021-05-30
Add documentation for quickfix actions (#869)
runiq
2021-05-11
fix: rename `actions.git_switch` to `git_switch_branch` (#835)
Kyoichiro Yamada
2021-05-11
create new action: git switch (#798)
Kyoichiro Yamada
2021-05-11
feat: add git_stash picker (#800)
Amirreza Askarpour
2021-04-23
docs: Git actions docs fix (#787)
Ben Smith
2021-04-23
feat: add search history picker (#769)
Volodymyr Kot
2021-04-14
git(action): create and checkout branch (#755)
Ben Smith
2021-04-03
Fix git rebase input message (#720)
Thiago Medeiros
2021-03-17
fix: related to #13 telescope-project, enter insert mode on prompt close (#637)
Christopher Laidler
[next]