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.lua
Age
Commit message (
Expand
)
Author
2020-11-16
feat: Allow overriding actions from mappings (#248)
TJ DeVries
2020-11-02
feat: Actions can now be summed up and center action (#204)
Simon Hauser
2020-10-24
Add telescopes provider (#168)
Simon Zeng
2020-10-15
fix: Use entry maker for marks
TJ DeVries
2020-10-08
fix: #140
TJ DeVries
2020-10-07
Fix help preview and add highlighting to search result (#124)
Senghan Bright
2020-09-29
feat: Add status, better debug, and some associated refactors
TJ DeVries
2020-09-29
Fix if-clause after latest changes
Simon Hauser
2020-09-28
fix: 126
TJ DeVries
2020-09-23
fix: run filetypedetect on edit (#116)
Mike Hartington
2020-09-23
fix: refresh `bufnr` after executing edit command (#119)
Senghan Bright
2020-09-23
fix: small fixes from sunjon (#107)
Senghan Bright
2020-09-22
fix: Perhaps fix #105
TJ DeVries
2020-09-18
Respect sp, vsp, tabe mappings for buffers builtin (#99)
Simon Hauser
2020-09-17
fix: Don't error if we can't set cursor. Just try our best
TJ DeVries
2020-09-16
feat: Easy Termopen for Previewer (#88)
TJ DeVries
2020-09-16
feat: add scrolling in preview window (#47)
haorenW1025
2020-09-16
fix: Attempt more window closing updates
TJ DeVries
2020-09-16
fix: At least close pum when open and closing
TJ DeVries
2020-09-12
feat: Adds shorten_path, show_all_buffers opts and fixes alignment (buffers b...
Simon Hauser
2020-09-11
feat: make buffer work much better
TJ DeVries
2020-09-10
fix: Close should put you back in original window id
TJ DeVries
2020-09-05
fix: respect path over filename
TJ DeVries
2020-09-05
feat: add buffer list (#30)
TJ DeVries
2020-09-04
Adds split and tabedit mappings. Adopted by fzf.vim (#29)
Simon Hauser
2020-09-03
feat: Major improvements in API. Particularly relating to entries.
TJ DeVries
2020-09-02
feat: add some new items and make mappings easier
TJ DeVries
2020-08-31
feat: Add better mapping support
TJ DeVries
2020-08-29
feat: Add selection and start actions
TJ DeVries