✨ feat(nvim): add telescope keymaps to cycle history searches
This commit is contained in:
parent
e686dea35d
commit
75119efe80
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ return {
|
|||
["<C-j>"] = actions.move_selection_next,
|
||||
["<S-esc>"] = actions.close,
|
||||
["<C-p>"] = require("telescope.actions.layout").toggle_preview,
|
||||
["<C-Down>"] = actions.cycle_history_next,
|
||||
["<C-Up>"] = actions.cycle_history_prev,
|
||||
},
|
||||
},
|
||||
file_ignore_patterns = {
|
||||
|
|
Loading…
Add table
Reference in a new issue