mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: use <C-c> to close telescope
This commit is contained in:
parent
ef46e0433c
commit
864c846663
1 changed files with 5 additions and 0 deletions
|
|
@ -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 = {
|
||||
"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue