Files
telescope.nvim/lua/telescope
TJ DeVries d7c02e3b52 feat: Action improvements (#472)
* feat: replace_map

* feat: Add action_set and action_state

* fix: Move all actions.get_ to action_state.get_

* fix: replace all internal references of _goto_file_selection_edit

* feat: add some docs

* fix: lint

* feat: actions.select

* remove mentions and usage of goto_file_selection APIs

* feat: special case attach_mappings to be overridable and defaultable

* Having goto_file_selection mappings will cause a error

as well as replacing deprecated goto_file_selection methodes

For config and replacing use this instead:
- actions.select_default
- actions.select_horizonal
- actions.select_vertical
- actions.select_tab

Only replacing:
- actions.set.edit -- for replacing all select functions

* adds actions.state.select_key_to_edit_key

Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2021-02-22 11:30:57 -05:00
..
2020-12-13 11:49:14 +01:00
2021-02-22 11:30:57 -05:00
2021-01-11 13:29:37 -05:00
2021-02-22 11:30:57 -05:00
2020-10-27 23:33:49 -04:00
2020-12-09 15:46:41 -05:00
2021-02-22 11:30:57 -05:00
2020-12-09 15:46:41 -05:00
2021-01-11 13:29:37 -05:00
2020-11-23 09:29:10 -05:00
2021-02-22 11:30:57 -05:00
2021-02-22 11:30:57 -05:00
2021-01-18 17:53:52 +01:00
2020-12-09 15:46:41 -05:00
2021-02-22 11:30:57 -05:00