summaryrefslogtreecommitdiff
path: root/lua/telescope/actions/utils.lua
AgeCommit message (Collapse)Author
2023-01-22docs: proof-read edits (#2311)James Trew
2022-07-19fix(which_key): only get telescope mappings (#2090)Fabian David Schmidt
2022-07-12docs: add module names to fix gO (#2064)Simon Hauser
2022-06-30docs: clarify docs around `search_dirs` and `map_entries`Simon Hauser
2022-04-22fix(which_key): get full path & handle table assignment of funcrefs (#1875)fdschmidt93
2022-04-22feat: show assigned function in actions.which_key (#1871)fdschmidt93
2022-04-18docs: add module prefix (#1847)Simon Hauser
2022-01-09Revert "fix: folding when a file is opened (#1643)" (#1673)Simon Hauser
This reverts commit 01426c491b2b612b48f48b26e2e77679006999d3.
2022-01-09fix: folding when a file is opened (#1643)Abel Mulugeta
* fix: folding after a file is opened fixes #559 * fix: wrap nvim_win_set_cursor in autocmd * chore: Cleanup folding fix * explain the reason behind the autocmd Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2021-09-16docs: rewrite readme and add missing config values + builtin optsSimon Hauser
2021-09-01feat: show keymaps for builtin actions (#1084)fdschmidt93
* Add default mappings `<C-/>`and `?` for insert and normal mode, respectively, to show registered keymappings (`actions.which_key`) attached to prompt buffer
2021-07-23chore: use stylua for formatting (#1040)Simon Hauser
* chore: stylua job and config * reformat with stylua
2021-07-03feat: select_all, toggle_all and drop_all actions (#931)fdschmidt93