🐛 fix(nvim): telescope closing zoxide with temporary fix

This commit is contained in:
Sergio Laín 2023-12-27 21:52:54 +01:00
parent 8881f02a93
commit 8697976291
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

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