refactor(mappings): use vim.keymap and remove __TelescopeKeymapStore (#2551)

(cherry picked from commit 991d5db624)
This commit is contained in:
Simon Hauser
2023-06-09 11:28:27 +02:00
parent 9b54003f5e
commit c757f8a17d
2 changed files with 5 additions and 61 deletions
-1
View File
@@ -1494,7 +1494,6 @@ function pickers.on_close_prompt(prompt_bufnr)
buffer = prompt_bufnr,
}
picker.close_windows(status)
mappings.clear(prompt_bufnr)
end
function pickers.on_resize_window(prompt_bufnr)