✨ feat(nvim): add keymap to close telescope
This commit is contained in:
parent
ce1da21c55
commit
be73775348
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue