diff options
| author | anott03 <amitav_nott@ryecountryday.org> | 2021-01-27 11:22:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 17:22:11 +0100 |
| commit | 5995a8be8faaa2c6e8693ca52f2320cb4a80e3fa (patch) | |
| tree | a3fe0a4f64074a1834df3b80e1445cb725b9fdb1 /lua/telescope/config.lua | |
| parent | ccbb7f56384921a81813f0f9ebc85cdba0b7c255 (diff) | |
Undo #465 (#469)
We have broke all extension that do some sort of goto_file_selection:replace
Problem described here: https://github.com/nvim-telescope/telescope.nvim/pull/465#issuecomment-767831897
Possible solution: https://github.com/nvim-telescope/telescope.nvim/pull/465#issuecomment-767808213
Diffstat (limited to 'lua/telescope/config.lua')
| -rw-r--r-- | lua/telescope/config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index 8af6b31..bfe8a6e 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -83,7 +83,7 @@ function config.set_defaults(defaults) -- Otherwise, just set the mapping to the function that you want it to be. -- -- ..., - -- ["<C-i>"] = actions.hselect + -- ["<C-i>"] = actions.goto_file_selection_split -- ..., -- set("mappings", {}) |
