mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 03:04:31 +02:00
Add telescope cycle prompt history keymappings (#909)
This commit is contained in:
parent
cae6b7da4c
commit
6f0c8c20ff
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ M.config = function()
|
|||
-- buffer_previewer_maker = require("telescope.previewers").buffer_previewer_maker,
|
||||
mappings = {
|
||||
i = {
|
||||
["<C-n>"] = actions.cycle_history_next,
|
||||
["<C-p>"] = actions.cycle_history_prev,
|
||||
["<C-c>"] = actions.close,
|
||||
["<C-j>"] = actions.move_selection_next,
|
||||
["<C-k>"] = actions.move_selection_previous,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue