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
/
set.lua
Age
Commit message (
Expand
)
Author
2023-01-22
fix: escape filename used in drop commands (#2339)
Ryan Blonna
2022-09-17
fix: check for window before scrolling previewer (#2163)
Jonas Strittmatter
2022-09-04
feat: added support for tabdrop (#2143)
Ryan Koval
2022-08-13
feat: add drop command for buffers (#2131)
Ryan Blonna
2022-07-12
docs: add module names to fix gO (#2064)
Simon Hauser
2022-07-07
fix: grep_string search= jump to line
Simon Hauser
2022-05-20
fix: wrong win on selection (#1951)
fdschmidt93
2022-05-20
fix: exiting picker from insert mode (#1202)
fdschmidt93
2022-05-18
fix: set tagstack when we jump with lsp in telescope (#1887)
dagle
2022-05-15
hotfix: regression from latest commit, files could no longer be opened
Simon Hauser
2022-05-15
feat: Add ability to choose window to edit (#745)
TJ DeVries
2022-04-18
docs: add module prefix (#1847)
Simon Hauser
2022-04-08
fix: save position into jumplist before 'edit' action (#1234)
Joshua Cao
2022-03-13
feat: improve UX with vim.notify (#1763)
tami5
2022-01-09
Revert "fix: folding when a file is opened (#1643)" (#1673)
Simon Hauser
2022-01-09
fix: folding when a file is opened (#1643)
Abel Mulugeta
2021-12-06
fix: ensure buffer is listed before edit_buffer (#1492)
Richard Lu
2021-11-13
feat: results scrolling actions (#1436)
Luke Kershaw
2021-09-16
fix: wrap vim.cmd in pcall to avoid error (#1247)
gavynriebau
2021-08-03
fix: fix `file_browser` on windows and potentially other file opens (#1026)
Luke Kershaw
2021-07-23
chore: use stylua for formatting (#1040)
Simon Hauser
2021-07-17
fix: prevent error if preview scroll is triggered but no preview is available...
Abe Nonym
2021-07-14
refactor: move from telescope.path to plenary.path (#473)
anott03
2021-07-09
feat: cycle prompt history (#521)
Simon Hauser
2021-05-09
feat: jumplist picker and jump to row/col on existing buffers. (#813)
caojoshua
2021-04-22
docs: add other actions modules (#792)
TJ DeVries
2021-04-15
Fix: open files with the same name (#697) (#741)
Lars Haalck
2021-03-05
feat: define scroll speed + smart_send to qflist (#610)
elianiva
2021-02-27
fix: goto_file_selection performance issues, do not reload buffer if it is al...
oberblastmeister
2021-02-24
fix: scroll misbehaving + fixed jump to middle (#547)
elianiva
2021-02-24
feat: advanced normal mode (#463)
Simon Hauser
2021-02-22
feat: Action improvements (#472)
TJ DeVries