feat(nvim): add keymap to close telescope

This commit is contained in:
Sergio Laín 2023-12-28 17:36:39 +01:00
parent ce1da21c55
commit be73775348
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -49,6 +49,7 @@ return {
["<C-k>"] = actions.move_selection_previous,
["<C-r>"] = actions.delete_buffer,
["<C-j>"] = actions.move_selection_next,
["<S-esc>"] = actions.close,
["<C-p>"] = require("telescope.actions.layout").toggle_preview,
},
},