From 5995a8be8faaa2c6e8693ca52f2320cb4a80e3fa Mon Sep 17 00:00:00 2001 From: anott03 Date: Wed, 27 Jan 2021 11:22:11 -0500 Subject: 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 --- lua/telescope/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/telescope/config.lua') 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. -- -- ..., - -- [""] = actions.hselect + -- [""] = actions.goto_file_selection_split -- ..., -- set("mappings", {}) -- cgit v1.2.3