summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2020-10-08 21:39:43 -0400
committerTJ DeVries <devries.timothyj@gmail.com>2020-10-08 21:39:43 -0400
commitc2c4626c3d3816586014b505c10b249cf2514005 (patch)
tree8345ff06300f165f96124197b5a30a936b92e24e /lua/telescope/pickers.lua
parentfa17b37dad05a2928ee64bb53a8be8a36ee2de14 (diff)
feat: Add more easily customizable mappings.
Closes: #131
Diffstat (limited to 'lua/telescope/pickers.lua')
-rw-r--r--lua/telescope/pickers.lua2
1 files changed, 1 insertions, 1 deletions
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')