mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
esc closes telescope without intermediate normal mode
This commit is contained in:
parent
c03b9a3ff1
commit
ead43bfd75
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ return {
|
|||
opts.defaults = vim.tbl_deep_extend("force", opts.defaults or {}, {
|
||||
mappings = {
|
||||
n = { s = flash },
|
||||
i = { ["<c-s>"] = flash },
|
||||
i = { ["<c-s>"] = flash, ["<esc>"] = require("telescope.actions").close },
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue