From c2c4626c3d3816586014b505c10b249cf2514005 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Thu, 8 Oct 2020 21:39:43 -0400 Subject: feat: Add more easily customizable mappings. Closes: #131 --- lua/telescope/pickers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/telescope/pickers.lua') diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index 9c55e1b..f28ae6a 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -526,7 +526,7 @@ function Picker:find() picker = self, }, { __mode = 'kv' })) - mappings.apply_keymap(prompt_bufnr, self.attach_mappings, config.values.default_mappings) + mappings.apply_keymap(prompt_bufnr, self.attach_mappings, config.values.mappings) -- Do filetype last, so that users can register at the last second. pcall(a.nvim_buf_set_option, prompt_bufnr, 'filetype', 'TelescopePrompt') -- cgit v1.2.3