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

This commit is contained in:
Simon Hauser
2023-06-08 20:28:10 +02:00
committed by GitHub
parent 9a82b5b73e
commit 991d5db624
2 changed files with 5 additions and 61 deletions

View File

@@ -1498,7 +1498,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)