summaryrefslogtreecommitdiff
path: root/lua/telescope/actions/utils.lua
AgeCommit message (Collapse)Author
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