nvim: use <C-c> to close telescope

This commit is contained in:
Primrose 2025-07-03 13:59:38 +02:00
parent ef46e0433c
commit 864c846663
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -16,6 +16,11 @@ telescope.setup {
-- https://github.com/nvim-telescope/telescope.nvim/issues/938#issuecomment-877539724
defaults = themes.get_ivy {
vimgrep_arguments = vimgrep_arguments,
mappings = {
n = {
["<C-c>"] = actions.close,
},
},
layout_config = { height = 0.4 },
borderchars = {
"",